@@ -397,8 +397,8 @@ <h3>Ecosystem Overview</h3>
397
397
< dt > [=verifiable data registry=]</ dt >
398
398
< dd >
399
399
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,
402
402
and so on, which might be required to use [=verifiable credentials=]. Some
403
403
configurations might require correlatable identifiers for [=subjects=].
404
404
Example verifiable data registries include trusted databases, decentralized
@@ -526,7 +526,7 @@ <h2>Terminology</h2>
526
526
Also referred to as a < strong > < em > DID document</ em > </ strong > , this is a document
527
527
that is accessible using a [=verifiable data registry=] and contains
528
528
information related to a specific [=decentralized identifier=], such as the
529
- associated [=repository=] and public key information .
529
+ associated [=repository=] and [=verification material=] .
530
530
</ dd >
531
531
< dt > < dfn data-lt ="default graph "> default graph</ dfn > </ dt >
532
532
< dd >
@@ -646,12 +646,12 @@ <h2>Terminology</h2>
646
646
< dt > < dfn class ="export " data-lt ="verifiable data registries "> verifiable data registry</ dfn > </ dt >
647
647
< dd >
648
648
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,
651
651
and so on, which might be required to use [=verifiable credentials=]. Some
652
652
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.
655
655
</ dd >
656
656
< dt > < dfn class ="export "> verifiable presentation</ dfn > </ dt >
657
657
< dd >
@@ -679,8 +679,9 @@ <h2>Terminology</h2>
679
679
</ dd >
680
680
< dt > < dfn data-lt ="verification material "> verification material</ dfn > </ dt >
681
681
< 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=].
684
685
</ dd >
685
686
< dt > < dfn data-lt ="URL|URLs "> URL</ dfn > </ dt >
686
687
< dd >
@@ -6785,9 +6786,9 @@ <h3>Proofs (Signatures)</h3>
6785
6786
< li >
6786
6787
Acceptably recent metadata regarding the [=verification material=] associated
6787
6788
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.
6791
6792
</ li >
6792
6793
< li >
6793
6794
The public key is not suspended, revoked, or expired.
@@ -7017,7 +7018,7 @@ <h3>Vocabularies</h3>
7017
7018
</ table >
7018
7019
7019
7020
< 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
7021
7022
a command like the following (replacing `<DOCUMENT_URL> ` and `<DIGEST_ALGORITHM> `
7022
7023
with appropriate values) through a modern UNIX-like OS command line interface:
7023
7024
`curl -sL -H "Accept: application/ld+json" <DOCUMENT_URL> | openssl dgst -<DIGEST_ALGORITHM> -binary | openssl base64 -nopad -a`
0 commit comments