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

Fix phrasing, add spec links #281

Merged
merged 2 commits into from
Jun 28, 2024
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
29 changes: 12 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,8 @@ <h2 id="vcc-ld-json-jwt"><code>application/vc-ld+jwt</code></h2>
<code>application/vc-ld+jwt</code> Media Type specifically for
identifying a <a data-cite="JWT"></a>
with a payload
conforming to the Verifiable Credential Data Model.
conforming to the <a data-cite="VC-DATA-MODEL-2.0#verifiable-credentials">
Verifiable Credential Data Model</a>.
</p>
<table>
<tr>
Expand Down Expand Up @@ -1525,7 +1526,8 @@ <h2 id="vp-ld-json-jwt"><code>application/vp-ld+jwt</code></h2>
<code>application/vp-ld+jwt</code> Media Type specifically for
identifying a <a data-cite="JWT"></a>
with a payload
conforming to Verifiable Presentations.
conforming to the <a data-cite="VC-DATA-MODEL-2.0#verifiable-presentations">
Verifiable Presentations definition in the Verifiable Credential Data Model</a>.
</p>
<table>
<tr>
Expand Down Expand Up @@ -1571,7 +1573,8 @@ <h2 id="vc-ld-json-sd-jwt"><code>application/vc-ld+sd-jwt</code></h2>
<code>application/vc-ld+sd-jwt</code> Media Type specifically for
identifying a <a data-cite="SD-JWT"></a>
with a payload
conforming to the Verifiable Credential Data Model.
conforming to the <a data-cite="VC-DATA-MODEL-2.0#verifiable-credentials">
Verifiable Credential Data Model</a>.
</p>
<table>
<tr>
Expand Down Expand Up @@ -1617,7 +1620,8 @@ <h2 id="vp-ld-json-sd-jwt"><code>application/vp-ld+sd-jwt</code></h2>
<code>application/vp-ld+sd-jwt</code> Media Type specifically for
identifying a <a data-cite="SD-JWT"></a>
with a payload
conforming to Verifiable Presentations.
conforming to the <a data-cite="VC-DATA-MODEL-2.0#verifiable-presentations">
Verifiable Presentations definition in the Verifiable Credential Data Model</a>.
</p>
<table>
<tr>
Expand Down Expand Up @@ -1663,7 +1667,8 @@ <h2 id="vc-ld-json-cose"><code>application/vc-ld+cose</code></h2>
<code>application/vc-ld+cose</code> Media Type specifically for
identifying a COSE object [[RFC9052]]
with a payload
conforming to the Verifiable Credential Data Model.
conforming to the <a data-cite="VC-DATA-MODEL-2.0#verifiable-credentials">
Verifiable Credential Data Model</a>.
</p>
<table>
<tr>
Expand Down Expand Up @@ -1708,7 +1713,8 @@ <h2 id="vp-ld-json-cose"><code>application/vp-ld+cose</code></h2>
<code>application/vp-ld+cose</code> Media Type specifically for
identifying a COSE object [[RFC9052]]
with a payload
conforming to Verifiable Presentations.
conforming to the <a data-cite="VC-DATA-MODEL-2.0#verifiable-presentations">
Verifiable Presentations definition in the Verifiable Credential Data Model</a>.
</p>
<table>
<tr>
Expand Down Expand Up @@ -2137,17 +2143,6 @@ <h2 id="cose-examples">COSE Examples</h2>
]
)
</pre>

<pre class="example" title="A COSE Sign 1 with a detached payload">
18( / COSE Sign 1 /
[
h'a4013822...3a343536', / Protected Header /
{} / Unprotected Header /
nil, / Detached payload /
h'09772c7f...5c4e736f' / Signature /
]
)
</pre>
<p>
The payload can be either a credential or presentation as described in
<a data-cite="VC-DATA-MODEL-2.0#securing-mechanisms">Securing Mechanisms</a>.
Expand Down
Loading