Class ValueDigestsEntry
java.lang.Object
com.authlete.cbor.CBORPair
com.authlete.mdoc.ValueDigestsEntry
An entry in the
ValueDigests
structure.
For details, see ISO/IEC 18013-5:2021, 9.1.2.4 Signing method and structure for MSO.
Definition
ValueDigests = {
+ NameSpace => DigestIDs
}
- Since:
- 1.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValueDigestsEntry
(CBORString nameSpace, DigestIDs digestIDs) ValueDigestsEntry
(String nameSpace, DigestIDs digestIDs) -
Method Summary
Methods inherited from class com.authlete.cbor.CBORPair
encode, getKey, getKeyComment, getValue, getValueComment, prettify, setKeyComment, setValueComment, toString
-
Constructor Details
-
ValueDigestsEntry
-
ValueDigestsEntry
-