Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DUtil.java822 static byte[] cborDecodeBytestring(@NonNull byte[] data) { in cborDecodeBytestring() method in Util
839 return Util.cborDecodeBytestring(data.getEntry(namespaceName, name)); in getBytestringEntry()