This repository has been archived by the owner on Aug 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
security-v2.jsonld
122 lines (122 loc) · 3.5 KB
/
security-v2.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"@context": [
{
"@version": 1.1
},
"https://identity.foundation/context/security-v1.jsonld",
{
"AesKeyWrappingKey2019": "sec:AesKeyWrappingKey2019",
"DeleteKeyOperation": "sec:DeleteKeyOperation",
"DeriveSecretOperation": "sec:DeriveSecretOperation",
"Ed25519Signature2018": "sec:Ed25519Signature2018",
"Ed25519VerificationKey2018": "sec:Ed25519VerificationKey2018",
"EquihashProof2018": "sec:EquihashProof2018",
"ExportKeyOperation": "sec:ExportKeyOperation",
"GenerateKeyOperation": "sec:GenerateKeyOperation",
"KmsOperation": "sec:KmsOperation",
"RevokeKeyOperation": "sec:RevokeKeyOperation",
"RsaSignature2018": "sec:RsaSignature2018",
"RsaVerificationKey2018": "sec:RsaVerificationKey2018",
"Sha256HmacKey2019": "sec:Sha256HmacKey2019",
"SignOperation": "sec:SignOperation",
"UnwrapKeyOperation": "sec:UnwrapKeyOperation",
"VerifyOperation": "sec:VerifyOperation",
"WrapKeyOperation": "sec:WrapKeyOperation",
"X25519KeyAgreementKey2019": "sec:X25519KeyAgreementKey2019",
"allowedAction": "sec:allowedAction",
"assertionMethod": {
"@id": "sec:assertionMethod",
"@type": "@id",
"@container": "@set"
},
"authentication": {
"@id": "sec:authenticationMethod",
"@type": "@id",
"@container": "@set"
},
"capability": {
"@id": "sec:capability",
"@type": "@id"
},
"capabilityAction": "sec:capabilityAction",
"capabilityChain": {
"@id": "sec:capabilityChain",
"@type": "@id",
"@container": "@list"
},
"capabilityDelegation": {
"@id": "sec:capabilityDelegationMethod",
"@type": "@id",
"@container": "@set"
},
"capabilityInvocation": {
"@id": "sec:capabilityInvocationMethod",
"@type": "@id",
"@container": "@set"
},
"caveat": {
"@id": "sec:caveat",
"@type": "@id",
"@container": "@set"
},
"challenge": "sec:challenge",
"ciphertext": "sec:ciphertext",
"controller": {
"@id": "sec:controller",
"@type": "@id"
},
"delegator": {
"@id": "sec:delegator",
"@type": "@id"
},
"equihashParameterK": {
"@id": "sec:equihashParameterK",
"@type": "xsd:integer"
},
"equihashParameterN": {
"@id": "sec:equihashParameterN",
"@type": "xsd:integer"
},
"invocationTarget": {
"@id": "sec:invocationTarget",
"@type": "@id"
},
"invoker": {
"@id": "sec:invoker",
"@type": "@id"
},
"jws": "sec:jws",
"keyAgreement": {
"@id": "sec:keyAgreementMethod",
"@type": "@id",
"@container": "@set"
},
"kmsModule": {
"@id": "sec:kmsModule"
},
"parentCapability": {
"@id": "sec:parentCapability",
"@type": "@id"
},
"plaintext": "sec:plaintext",
"proof": {
"@id": "sec:proof",
"@type": "@id",
"@container": "@graph"
},
"proofPurpose": {
"@id": "sec:proofPurpose",
"@type": "@vocab"
},
"proofValue": "sec:proofValue",
"referenceId": "sec:referenceId",
"unwrappedKey": "sec:unwrappedKey",
"verificationMethod": {
"@id": "sec:verificationMethod",
"@type": "@id"
},
"verifyData": "sec:verifyData",
"wrappedKey": "sec:wrappedKey"
}
]
}