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

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java89 return new TestCertPath();
93 * Generates and returns an instance of TestCertPath.<br>
102 * @return TestCertPath
109 return new TestCertPath(certs);
148 public static final class TestCertPath extends CertPath implements class in class:TestCertUtils
159 * Default ctor for TestCertPath. Uses {@link TestCertUtils#getCertChain()}
161 * All TestCertPath-s constructed via this ctor will be equals() to each
164 public TestCertPath() { method in class:TestCertUtils.TestCertPath
170 * Constructs TestCertPath and keeps the given array of certificates.<br>
176 public TestCertPath(Certificat method in class:TestCertUtils.TestCertPath
[all...]

Completed in 48 milliseconds