diff --git a/index.html b/index.html index d771591..dcae99c 100644 --- a/index.html +++ b/index.html @@ -352,7 +352,38 @@

SD-JWT Format and Requirements

Terminology

-
+

+ This section defines the terms used in this specification. A link to these terms + is included whenever they appear in this specification. +

+ +
+ +
public key
+
+ Cryptographic material that can be used to verify digital proofs created with a + corresponding private key. +
+ +
private key
+
+ Cryptographic material that can be used to generate digital proofs. +
+ +
verifiable credential
+
+ A standard data model and representation format for expressing + cryptographically-verifiable digital credentials, as defined by the W3C + Verifiable Credentials specification [[?VC-DATA-MODEL-2.0]]. +
+ +
controller document
+
+A document that contains public cryptographic material as defined in the +[[[CONTROLLER-DOCUMENT]]] specification. +
+ +
diff --git a/terms.html b/terms.html deleted file mode 100644 index 94b2266..0000000 --- a/terms.html +++ /dev/null @@ -1,32 +0,0 @@ -

- This section defines the terms used in this specification. A link to these terms - is included whenever they appear in this specification. -

- -
- -
public key
-
- Cryptographic material that can be used to verify digital proofs created with a - corresponding private key. -
- -
private key
-
- Cryptographic material that can be used to generate digital proofs. -
- -
verifiable credential
-
- A standard data model and representation format for expressing - cryptographically-verifiable digital credentials, as defined by the W3C - Verifiable Credentials specification [[?VC-DATA-MODEL-2.0]]. -
- -
controller document
-
-A document that contains public cryptographic material as defined in the -[[[CONTROLLER-DOCUMENT]]] specification. -
- -