Searched refs:TestCertUtils (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DCodeSignerTest.java30 import org.apache.harmony.security.tests.support.TestCertUtils;
38 private CertPath cpath = TestCertUtils.genCertPath(3, 0);
88 CertPath cpath2 = TestCertUtils.genCertPath(5, 3);
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DmySSLSession.java19 import org.apache.harmony.security.tests.support.TestCertUtils;
41 certs = TestCertUtils.getCertChain();
/libcore/luni/src/test/java/tests/security/cert/
H A DTrustAnchorTest.java31 import org.apache.harmony.security.tests.support.TestCertUtils;
471 X509Certificate cert = new TestCertUtils.TestX509Certificate(x500p, x500p);
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java53 public final class TestCertUtils { class
55 private TestCertUtils() { method in class:TestCertUtils
159 * Default ctor for TestCertPath. Uses {@link TestCertUtils#getCertChain()}
173 * @see TestCertUtils#genCertPath(int, int)

Completed in 141 milliseconds