Searched refs:getCertChain (Results 1 - 2 of 2) sorted by relevance

/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DmySSLSession.java41 certs = TestCertUtils.getCertChain();
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java76 public static Certificate[] getCertChain() { method in class:TestCertUtils
83 * Returns a test CertPath, which uses getCertChain() to obtain a list of
159 * Default ctor for TestCertPath. Uses {@link TestCertUtils#getCertChain()}
166 certs = getCertChain();

Completed in 43 milliseconds