]> git.mxchange.org Git - friendica.git/blob - static/security-v1.jsonld
Changes:
[friendica.git] / static / security-v1.jsonld
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     "EcdsaKoblitzSignature2016": "sec:EcdsaKoblitzSignature2016",
11     "Ed25519Signature2018": "sec:Ed25519Signature2018",
12     "EncryptedMessage": "sec:EncryptedMessage",
13     "GraphSignature2012": "sec:GraphSignature2012",
14     "LinkedDataSignature2015": "sec:LinkedDataSignature2015",
15     "LinkedDataSignature2016": "sec:LinkedDataSignature2016",
16     "CryptographicKey": "sec:Key",
17
18     "authenticationTag": "sec:authenticationTag",
19     "canonicalizationAlgorithm": "sec:canonicalizationAlgorithm",
20     "cipherAlgorithm": "sec:cipherAlgorithm",
21     "cipherData": "sec:cipherData",
22     "cipherKey": "sec:cipherKey",
23     "created": {"@id": "dc:created", "@type": "xsd:dateTime"},
24     "creator": {"@id": "dc:creator", "@type": "@id"},
25     "digestAlgorithm": "sec:digestAlgorithm",
26     "digestValue": "sec:digestValue",
27     "domain": "sec:domain",
28     "encryptionKey": "sec:encryptionKey",
29     "expiration": {"@id": "sec:expiration", "@type": "xsd:dateTime"},
30     "expires": {"@id": "sec:expiration", "@type": "xsd:dateTime"},
31     "initializationVector": "sec:initializationVector",
32     "iterationCount": "sec:iterationCount",
33     "nonce": "sec:nonce",
34     "normalizationAlgorithm": "sec:normalizationAlgorithm",
35     "owner": {"@id": "sec:owner", "@type": "@id"},
36     "password": "sec:password",
37     "privateKey": {"@id": "sec:privateKey", "@type": "@id"},
38     "privateKeyPem": "sec:privateKeyPem",
39     "publicKey": {"@id": "sec:publicKey", "@type": "@id"},
40     "publicKeyBase58": "sec:publicKeyBase58",
41     "publicKeyPem": "sec:publicKeyPem",
42     "publicKeyWif": "sec:publicKeyWif",
43     "publicKeyService": {"@id": "sec:publicKeyService", "@type": "@id"},
44     "revoked": {"@id": "sec:revoked", "@type": "xsd:dateTime"},
45     "salt": "sec:salt",
46     "signature": "sec:signature",
47     "signatureAlgorithm": "sec:signingAlgorithm",
48     "signatureValue": "sec:signatureValue"
49   }
50 }