Skip to content

Commit 4a2ebde

Browse files
committed
Add updated security context including EcdsaKoblitzSignature2016
1 parent 327a188 commit 4a2ebde

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

schemas/security-v1-patch.jsonld

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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

Comments
 (0)