Home
last modified time | relevance | path

Searched refs:cborToDataItem (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/identity/src/android/security/identity/cts/
DUtil.java757 static DataItem cborToDataItem(byte[] data) { in cborToDataItem() method in Util
771 return cborToDataItem(data) == SimpleValue.TRUE; in cborDecodeBoolean()
775 return ((co.nstant.in.cbor.model.UnicodeString) cborToDataItem(data)).getString(); in cborDecodeString()
779 return ((co.nstant.in.cbor.model.Number) cborToDataItem(data)).getValue().longValue(); in cborDecodeInt()
783 return ((co.nstant.in.cbor.model.ByteString) cborToDataItem(data)).getBytes(); in cborDecodeBytestring()