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

/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 48 milliseconds