ScanMdocReaderResult

data class ScanMdocReaderResult(val transport: MdocTransport, val encodedDeviceEngagement: ByteString, val handover: DataItem, val processingDuration: Duration)

Result from scanMdocReader.

Constructors

Link copied to clipboard
constructor(transport: MdocTransport, encodedDeviceEngagement: ByteString, handover: DataItem, processingDuration: Duration)

Properties

Link copied to clipboard
val encodedDeviceEngagement: ByteString

the device engagement that was used.

Link copied to clipboard

the handover that was used.

Link copied to clipboard

the amount of time spent exchanging APDUs to set up the handover.

Link copied to clipboard

The MdocTransport which to hand over to.