Searched refs:signatureCose1 (Results 1 – 1 of 1) sorted by relevance
476 public static boolean coseSign1CheckSignature(byte[] signatureCose1, in coseSign1CheckSignature() argument479 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1CheckSignature()547 public static byte[] coseSign1GetData(byte[] signatureCose1) { in coseSign1GetData() argument548 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1GetData()588 public static Collection<X509Certificate> coseSign1GetX5Chain(byte[] signatureCose1) in coseSign1GetX5Chain() argument591 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1GetX5Chain()