|
| 1 | +{ |
| 2 | + "@context": { |
| 3 | + "id": "@id", |
| 4 | + "type": "@type", |
| 5 | + |
| 6 | + "dc": "http://purl.org/dc/terms/", |
| 7 | + "sec": "https://w3id.org/security#", |
| 8 | + "xsd": "http://www.w3.org/2001/XMLSchema#", |
| 9 | + |
| 10 | + "EncryptedMessage": "sec:EncryptedMessage", |
| 11 | + "GraphSignature2012": "sec:GraphSignature2012", |
| 12 | + "LinkedDataSignature2015": "sec:LinkedDataSignature2015", |
| 13 | + "LinkedDataSignature2016": "sec:LinkedDataSignature2016", |
| 14 | + "EcdsaKoblitzSignature2016": "sec:EcdsaKoblitzSignature2016", |
| 15 | + "CryptographicKey": "sec:Key", |
| 16 | + |
| 17 | + "authenticationTag": "sec:authenticationTag", |
| 18 | + "canonicalizationAlgorithm": "sec:canonicalizationAlgorithm", |
| 19 | + "cipherAlgorithm": "sec:cipherAlgorithm", |
| 20 | + "cipherData": "sec:cipherData", |
| 21 | + "cipherKey": "sec:cipherKey", |
| 22 | + "created": {"@id": "dc:created", "@type": "xsd:dateTime"}, |
| 23 | + "creator": {"@id": "dc:creator", "@type": "@id"}, |
| 24 | + "digestAlgorithm": "sec:digestAlgorithm", |
| 25 | + "digestValue": "sec:digestValue", |
| 26 | + "domain": "sec:domain", |
| 27 | + "encryptionKey": "sec:encryptionKey", |
| 28 | + "expiration": {"@id": "sec:expiration", "@type": "xsd:dateTime"}, |
| 29 | + "expires": {"@id": "sec:expiration", "@type": "xsd:dateTime"}, |
| 30 | + "initializationVector": "sec:initializationVector", |
| 31 | + "iterationCount": "sec:iterationCount", |
| 32 | + "nonce": "sec:nonce", |
| 33 | + "normalizationAlgorithm": "sec:normalizationAlgorithm", |
| 34 | + "owner": {"@id": "sec:owner", "@type": "@id"}, |
| 35 | + "password": "sec:password", |
| 36 | + "privateKey": {"@id": "sec:privateKey", "@type": "@id"}, |
| 37 | + "privateKeyPem": "sec:privateKeyPem", |
| 38 | + "publicKey": {"@id": "sec:publicKey", "@type": "@id"}, |
| 39 | + "publicKeyPem": "sec:publicKeyPem", |
| 40 | + "publicKeyService": {"@id": "sec:publicKeyService", "@type": "@id"}, |
| 41 | + "revoked": {"@id": "sec:revoked", "@type": "xsd:dateTime"}, |
| 42 | + "salt": "sec:salt", |
| 43 | + "signature": "sec:signature", |
| 44 | + "signatureAlgorithm": "sec:signingAlgorithm", |
| 45 | + "signatureValue": "sec:signatureValue" |
| 46 | + } |
| 47 | +} |
0 commit comments