Home
last modified time | relevance | path

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

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java89 return new TestCertPath(); in getCertPath()
109 return new TestCertPath(certs); in genCertPath()
148 public static final class TestCertPath extends CertPath implements class in TestCertUtils
164 public TestCertPath() { in TestCertPath() method in TestCertUtils.TestCertPath
176 public TestCertPath(Certificate[] certs) { in TestCertPath() method in TestCertUtils.TestCertPath
690 return new TestCertPath(acerts); in engineGenerateCertPath()