fromDataItem

suspend fun fromDataItem(dataItem: DataItem): DeviceResponse

Parses CBOR compliant with the CDDL for DeviceResponse according to ISO 18013-5.

Note that you have to manually call verify before accessing the documents field for instances created this way.

Return

a DeviceResponse.

Parameters

dataItem

a DataItem containing CBOR for DeviceResponse.