Sha256: 74a8bc0105f813a933897e0507bdee33988e12f57312e06a1b00472ddfa2da24
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# -*- encoding: utf-8 -*- # frozen_string_literal: true # This file generated automatically from https://w3id.org/security/suites/x25519-2020/v1 require 'json/ld' class JSON::LD::Context add_preloaded("https://w3id.org/security/suites/x25519-2020/v1") do new(processingMode: "json-ld-1.1", term_definitions: { "X25519KeyAgreementKey2020" => TermDefinition.new("X25519KeyAgreementKey2020", id: "https://w3id.org/security#X25519KeyAgreementKey2020", context: {"@protected"=>true, "id"=>"@id", "type"=>"@type", "controller"=>{"@id"=>"https://w3id.org/security#controller", "@type"=>"@id"}, "revoked"=>{"@id"=>"https://w3id.org/security#revoked", "@type"=>"http://www.w3.org/2001/XMLSchema#dateTime"}, "publicKeyMultibase"=>{"@id"=>"https://w3id.org/security#publicKeyMultibase", "@type"=>"https://w3id.org/security#multibase"}}, protected: true), "id" => TermDefinition.new("id", id: "@id", simple: true, protected: true), "type" => TermDefinition.new("type", id: "@type", simple: true, protected: true) }) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
json-ld-preloaded-3.3.1 | lib/json/ld/preloaded/x25519KeyAgr.rb |