Class Document
java.lang.Object
com.authlete.cbor.CBORItem
com.authlete.cbor.CBORPairList
com.authlete.mdoc.Document
The
Document structure.
For details, see ISO/IEC 18013-5:2021, 8.3.2.1.2.2 Device retrieval mdoc response.
Definition
Document = {
"docType" : DocType,
"issuerSigned" : IssuerSigned,
"deviceSigned" : DeviceSigned,
? "errors" : Errors
}
DocType = tstr
- Since:
- 1.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocument(String docType, IssuerSigned issuerSigned) Document(String docType, IssuerSigned issuerSigned, DeviceSigned deviceSigned, Errors errors) -
Method Summary
Methods inherited from class com.authlete.cbor.CBORPairList
encode, findByKey, getPairs, parse, prettify, toStringMethods inherited from class com.authlete.cbor.CBORItem
encode, encodeMajorWithNumber, encodeToBase64, encodeToBase64Url, encodeToHex, getComment, prettify, setComment, toString
-
Constructor Details
-
Document
-
Document
public Document(String docType, IssuerSigned issuerSigned, DeviceSigned deviceSigned, Errors errors)
-