Class DigestIDsEntry
java.lang.Object
com.authlete.cbor.CBORPair
com.authlete.mdoc.DigestIDsEntry
An entry of
DigestIDs
; A pair of a digest ID and a digest value.
For details, see ISO/IEC 18013-5:2021, 9.1.2.4 Signing method and structure for MSO.
Definition
DigestIDs = { + DigestID => Digest } DigestID = uint Digest = bstr
The input for the digest calculation is an IssuerSignedItemBytes
element.
- Since:
- 1.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDigestIDsEntry
(int digestID, byte[] digest) DigestIDsEntry
(int digestID, CBORByteArray digest) DigestIDsEntry
(CBORInteger digestID, byte[] digest) DigestIDsEntry
(CBORInteger digestID, CBORByteArray digest) -
Method Summary
Methods inherited from class com.authlete.cbor.CBORPair
encode, getKey, getKeyComment, getValue, getValueComment, prettify, setKeyComment, setValueComment, toString
-
Constructor Details
-
DigestIDsEntry
-
DigestIDsEntry
-
DigestIDsEntry
-
DigestIDsEntry
public DigestIDsEntry(int digestID, byte[] digest)
-