getDeviceEntryData

fun getDeviceEntryData(namespaceName: String, name: String): ByteArray

Gets the raw CBOR data for the value of given data element in a given namespace in device-signed data.

Return

the encoded CBOR data for the data element

Parameters

namespaceName

the name of the namespace to get a data element value from.

name

the name of the data element in the given namespace.

Throws

if the given namespace or entry isn't in the data.