DeviceResponseParser
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.
Parameters
encodedDeviceResponse
the bytes of the DeviceResponse CBOR.
encodedSessionTranscript
the bytes of the SessionTrancript CBOR.
Types
Link copied to clipboard
class DeviceResponse
An object used to represent data parsed from DeviceResponse
CBOR as specified in ISO/IEC 18013-5 section 8.3 Device Retrieval.