Skip to content

Commit

Permalink
Remove COSE_Key
Browse files Browse the repository at this point in the history
  • Loading branch information
selfissued committed Feb 14, 2024
1 parent f847794 commit 8132554
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 @@ -776,13 +776,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 8132554

Please sign in to comment.