Searched refs:rootCert (Results 1 – 3 of 3) sorted by relevance
117 X509Certificate rootCert = getCertFromMimeEncoding(ROOT_CERT); in main() local118 TrustAnchor anchor = new TrustAnchor(rootCert, null); in main()
634 public static final String rootCert = ""778 ByteArrayInputStream bi = new ByteArrayInputStream(rootCert.getBytes());
1958 ByteArrayInputStream bi = new ByteArrayInputStream(TestUtils.rootCert.getBytes()); in setupEnvironment()