Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/security/cert/
DAKISerialNumberTest.java117 X509Certificate rootCert = getCertFromMimeEncoding(ROOT_CERT); in main() local
118 TrustAnchor anchor = new TrustAnchor(rootCert, null); in main()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
DTestUtils.java634 public static final String rootCert = ""
778 ByteArrayInputStream bi = new ByteArrayInputStream(rootCert.getBytes());
/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java1958 ByteArrayInputStream bi = new ByteArrayInputStream(TestUtils.rootCert.getBytes()); in setupEnvironment()