Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DUtil.java516 public static boolean coseSign1CheckSignature(byte[] signatureCose1, in coseSign1CheckSignature() argument
519 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1CheckSignature()
587 public static byte[] coseSign1GetData(byte[] signatureCose1) { in coseSign1GetData() argument
588 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1GetData()
628 public static Collection<X509Certificate> coseSign1GetX5Chain(byte[] signatureCose1) in coseSign1GetX5Chain() argument
631 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1GetX5Chain()