Skip to content

Commit

Permalink
Merge pull request #232 from selfissued/mbj-remove-COSE_Key
Browse files Browse the repository at this point in the history
Remove COSE_Key
  • Loading branch information
selfissued authored Feb 19, 2024
2 parents 74afb6c + 8132554 commit ad35710
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -775,13 +775,12 @@ <h3>Verification Material</h3>

<p>
Verification material MUST be expressed in the <code>publicKeyJwk</code> property
of a <code>JsonWebKey</code> or as a <code>COSE_Key</code>. This key material is retrieved based on hints in the
of a <code>JsonWebKey</code>. This key material is retrieved based on hints in the
JOSE or COSE message envelopes, such as <code>kid</code> or <code>iss</code>. At
the time of writing, there is no standard way to retrieve a public key in JWK or
COSE_Key from a DID URL or controller document.
the time of writing, there is no standard way to retrieve a public key in JWK format
from a DID URL or controller document.
</p>


<p>
A <a>verification method</a> MUST NOT contain multiple verification material
properties for the same material. For example, expressing key material in a
Expand Down

0 comments on commit ad35710

Please sign in to comment.