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.java476 public static boolean coseSign1CheckSignature(byte[] signatureCose1, in coseSign1CheckSignature() argument
479 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1CheckSignature()
547 public static byte[] coseSign1GetData(byte[] signatureCose1) { in coseSign1GetData() argument
548 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1GetData()
588 public static Collection<X509Certificate> coseSign1GetX5Chain(byte[] signatureCose1) in coseSign1GetX5Chain() argument
591 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1GetX5Chain()