Skip to content

Commit a80301d

Browse files
committed
Fix "public key" and "verification material" usage.
1 parent fc22559 commit a80301d

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

index.html

+14-13
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ <h3>Ecosystem Overview</h3>
397397
<dt>[=verifiable data registry=]</dt>
398398
<dd>
399399
A role a system might perform by mediating the creation and [=verification=]
400-
of identifiers, keys, and other relevant data, such as
401-
[=verifiable credential=] schemas, revocation registries, issuer public keys,
400+
of identifiers, [=verification material=], and other relevant data, such as
401+
[=verifiable credential=] schemas, revocation registries,
402402
and so on, which might be required to use [=verifiable credentials=]. Some
403403
configurations might require correlatable identifiers for [=subjects=].
404404
Example verifiable data registries include trusted databases, decentralized
@@ -526,7 +526,7 @@ <h2>Terminology</h2>
526526
Also referred to as a <strong><em>DID document</em></strong>, this is a document
527527
that is accessible using a [=verifiable data registry=] and contains
528528
information related to a specific [=decentralized identifier=], such as the
529-
associated [=repository=] and public key information.
529+
associated [=repository=] and [=verification material=].
530530
</dd>
531531
<dt><dfn data-lt="default graph">default graph</dfn></dt>
532532
<dd>
@@ -646,12 +646,12 @@ <h2>Terminology</h2>
646646
<dt><dfn class="export" data-lt="verifiable data registries">verifiable data registry</dfn></dt>
647647
<dd>
648648
A role a system might perform by mediating the creation and [=verification=]
649-
of identifiers, keys, and other relevant data, such as
650-
[=verifiable credential=] schemas, revocation registries, issuer public keys,
649+
of identifiers, [=verification material=], and other relevant data, such as
650+
[=verifiable credential=] schemas, revocation registries,
651651
and so on, which might be required to use [=verifiable credentials=]. Some
652652
configurations might require correlatable identifiers for [=subjects=]. Some
653-
registries, such as ones for UUIDs and public keys, might just act as namespaces
654-
for identifiers.
653+
registries, such as ones for UUIDs and [=verification material=], might just act
654+
as namespaces for identifiers.
655655
</dd>
656656
<dt><dfn class="export">verifiable presentation</dfn></dt>
657657
<dd>
@@ -679,8 +679,9 @@ <h2>Terminology</h2>
679679
</dd>
680680
<dt><dfn data-lt="verification material">verification material</dfn></dt>
681681
<dd>
682-
Information that could be a cryptographic public key or any other data used to
683-
verify a proof.
682+
Information that is used to verify the security of cryptographically
683+
protected information. For example, a cryptographic public key used to verify
684+
a digital signature associated with a [=verifiable credential=].
684685
</dd>
685686
<dt><dfn data-lt="URL|URLs">URL</dfn></dt>
686687
<dd>
@@ -6785,9 +6786,9 @@ <h3>Proofs (Signatures)</h3>
67856786
<li>
67866787
Acceptably recent metadata regarding the [=verification material=] associated
67876788
with the signature is available. For example, if the [=verification material=]
6788-
is a public key, the metadata might include [=properties=] related to the
6789-
validity period, the controller, or the authorized purpose, such as
6790-
authentication or encryption, of the public key.
6789+
is a cryptographic public key, the metadata might include [=properties=] related
6790+
to the validity period, the controller, or the authorized purpose, such as
6791+
authentication or encryption, of the cryptographic public key.
67916792
</li>
67926793
<li>
67936794
The public key is not suspended, revoked, or expired.
@@ -7017,7 +7018,7 @@ <h3>Vocabularies</h3>
70177018
</table>
70187019

70197020
<p>
7020-
It is possible to confirm the cryptographic digests listed above by running
7021+
It is possible to confirm the cryptographic digests listed above by running
70217022
a command like the following (replacing `&lt;DOCUMENT_URL>` and `&lt;DIGEST_ALGORITHM>`
70227023
with appropriate values) through a modern UNIX-like OS command line interface:
70237024
`curl -sL -H "Accept: application/ld+json" &lt;DOCUMENT_URL> | openssl dgst -&lt;DIGEST_ALGORITHM> -binary | openssl base64 -nopad -a`

0 commit comments

Comments
 (0)