Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vocab definitions for secretKeyJwk and secretKeyMultibase #148

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
dmitrizagidulin marked this conversation as resolved.
Show resolved Hide resolved
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