diff options
author | Mario <mario@mariovavti.com> | 2021-10-14 18:15:38 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-14 18:15:38 +0000 |
commit | 532b479f96eea701080d5533e5f28acab9af76ba (patch) | |
tree | ee3f05eb968888c3ceaa4cacc4b73753875b41a7 /library/w3org/security-v1.jsonld | |
parent | 422dfca6d7231ad77b3bb63425ce6bb9534dd01e (diff) | |
download | volse-hubzilla-532b479f96eea701080d5533e5f28acab9af76ba.tar.gz volse-hubzilla-532b479f96eea701080d5533e5f28acab9af76ba.tar.bz2 volse-hubzilla-532b479f96eea701080d5533e5f28acab9af76ba.zip |
provide local copies of the w3.org jsonld documents - addresses issue #1637
Diffstat (limited to 'library/w3org/security-v1.jsonld')
-rw-r--r-- | library/w3org/security-v1.jsonld | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/library/w3org/security-v1.jsonld b/library/w3org/security-v1.jsonld new file mode 100644 index 000000000..752950526 --- /dev/null +++ b/library/w3org/security-v1.jsonld @@ -0,0 +1,50 @@ +{ + "@context": { + "id": "@id", + "type": "@type", + + "dc": "http://purl.org/dc/terms/", + "sec": "https://w3id.org/security#", + "xsd": "http://www.w3.org/2001/XMLSchema#", + + "EcdsaKoblitzSignature2016": "sec:EcdsaKoblitzSignature2016", + "Ed25519Signature2018": "sec:Ed25519Signature2018", + "EncryptedMessage": "sec:EncryptedMessage", + "GraphSignature2012": "sec:GraphSignature2012", + "LinkedDataSignature2015": "sec:LinkedDataSignature2015", + "LinkedDataSignature2016": "sec:LinkedDataSignature2016", + "CryptographicKey": "sec:Key", + + "authenticationTag": "sec:authenticationTag", + "canonicalizationAlgorithm": "sec:canonicalizationAlgorithm", + "cipherAlgorithm": "sec:cipherAlgorithm", + "cipherData": "sec:cipherData", + "cipherKey": "sec:cipherKey", + "created": {"@id": "dc:created", "@type": "xsd:dateTime"}, + "creator": {"@id": "dc:creator", "@type": "@id"}, + "digestAlgorithm": "sec:digestAlgorithm", + "digestValue": "sec:digestValue", + "domain": "sec:domain", + "encryptionKey": "sec:encryptionKey", + "expiration": {"@id": "sec:expiration", "@type": "xsd:dateTime"}, + "expires": {"@id": "sec:expiration", "@type": "xsd:dateTime"}, + "initializationVector": "sec:initializationVector", + "iterationCount": "sec:iterationCount", + "nonce": "sec:nonce", + "normalizationAlgorithm": "sec:normalizationAlgorithm", + "owner": {"@id": "sec:owner", "@type": "@id"}, + "password": "sec:password", + "privateKey": {"@id": "sec:privateKey", "@type": "@id"}, + "privateKeyPem": "sec:privateKeyPem", + "publicKey": {"@id": "sec:publicKey", "@type": "@id"}, + "publicKeyBase58": "sec:publicKeyBase58", + "publicKeyPem": "sec:publicKeyPem", + "publicKeyWif": "sec:publicKeyWif", + "publicKeyService": {"@id": "sec:publicKeyService", "@type": "@id"}, + "revoked": {"@id": "sec:revoked", "@type": "xsd:dateTime"}, + "salt": "sec:salt", + "signature": "sec:signature", + "signatureAlgorithm": "sec:signingAlgorithm", + "signatureValue": "sec:signatureValue" + } +} |