Package-level declarations

Types

Link copied to clipboard
class DeviceResponseGenerator(mStatusCode: Long)

Helper class for building DeviceResponse CBOR as specified in ISO/IEC 18013-5 section 8.3 Device Retrieval.

Link copied to clipboard
class DeviceResponseParser(val encodedDeviceResponse: ByteArray, val encodedSessionTranscript: ByteArray)

Helper class for parsing the bytes of DeviceResponse CBOR as specified in ISO/IEC 18013-5:2021 section 8.3 Device Retrieval.

Link copied to clipboard
class DocumentGenerator(docType: String, encodedIssuerAuth: ByteArray, encodedSessionTranscript: ByteArray)

Helper class for building Document CBOR as specified in ISO/IEC 18013-5:2021 section 8.3.