Searched defs:certBytes (Results 1 – 3 of 3) sorted by relevance
61 private static X509Certificate decodeCert(byte[] certBytes) throws CertificateException { in decodeCert()
165 ByteArrayInputStream certBytes = new ByteArrayInputStream(CERT.getBytes()); in testParseJson() local189 ByteArrayInputStream certBytes = new ByteArrayInputStream(CERT.getBytes()); in testParseJsonPublicKey() local341 ByteArrayInputStream certBytes = new ByteArrayInputStream(CERT.getBytes()); in testParseJson3GppFormat() local
89 static X509Certificate decodeCert(byte[] certBytes) throws CertParsingException { in decodeCert()