Class IssuerSignedItem
java.lang.Object
com.authlete.cbor.CBORItem
com.authlete.cbor.CBORPairList
com.authlete.mdoc.IssuerSignedItem
The
IssuerSignedItem
structure.
For details, see ISO/IEC 18013-5:2021, 8.3.2.1.2.2 Device retrieval mdoc response.
Definition
IssuerSignedItem = { "digestID" : uint, "random" : bstr, "elementIdentifier" : DataElementIdentifier, "elementValue" : DataElementValue }
- Since:
- 1.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIssuerSignedItem
(int digestID, byte[] random, String elementIdentifier, Object elementValue) -
Method Summary
Methods inherited from class com.authlete.cbor.CBORPairList
encode, findByKey, getPairs, parse, prettify, toString
Methods inherited from class com.authlete.cbor.CBORItem
encode, encodeMajorWithNumber, encodeToBase64, encodeToBase64Url, encodeToHex, getComment, prettify, setComment, toString
-
Constructor Details
-
IssuerSignedItem
-
-
Method Details
-
getDigestID
public int getDigestID()
-