Skip to content

Commit

Permalink
Add vocab definitions for secretKeyJwk and secretKeyMultibase
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin authored and msporny committed Aug 10, 2023
1 parent 18ef099 commit 1c1547e
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion vocab/security/vocabulary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ property:
domain: sec:Proof
range: xsd:string
defined_by: https://www.w3.org/TR/vc-data-integrity/#dfn-proofvalue

- id: expires
label: Proof expiration time
defined_by: https://www.w3.org/TR/vc-data-integrity/#dfn-expires
Expand Down Expand Up @@ -251,6 +251,19 @@ property:
- label: ed25519-2020
url: https://w3c-ccg.github.io/lds-ed25519-2020/

- id: secretKeyMultibase
label: Secret key multibase
domain: sec:Multikey
range: xsd:string
defined_by: https://www.w3.org/TR/vc-data-integrity/#dfn-secretkeymultibase
see_also:
- label: multibase
url: https://datatracker.ietf.org/doc/html/draft-multiformats-multibase-03
- label: multicodec
url: https://github.com/multiformats/multicodec/blob/master/table.csv
- label: ed25519-2020
url: https://w3c-ccg.github.io/lds-ed25519-2020/

- id: publicKeyJwk
label: Public key JWK
range: xsd:string
Expand All @@ -262,6 +275,17 @@ property:
- label: RFC 7517
url: https://tools.ietf.org/html/rfc7517

- id: secretKeyJwk
label: Secret key JWK
range: rdf:JSON
domain: sec:JsonWebKey
defined_by: https://www.w3.org/TR/vc-data-integrity/#dfn-secretkeyjwk
see_also:
- label: IANA JOSE
url: https://www.iana.org/assignments/jose/jose.xhtml
- label: RFC 7517
url: https://tools.ietf.org/html/rfc7517

- id: revoked
label: Revocation time
range: xsd:dateTime
Expand Down

0 comments on commit 1c1547e

Please sign in to comment.