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

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DCodeSignerTest.java30 import org.apache.harmony.security.tests.support.TestCertUtils;
44 CertPath cpath = TestCertUtils.getCertPath();
H A DTimestampTest.java29 import org.apache.harmony.security.tests.support.TestCertUtils;
43 CertPath cpath = TestCertUtils.getCertPath();
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DCodeSigner_ImplTest.java29 import org.apache.harmony.security.tests.support.TestCertUtils;
38 private CertPath cpath = TestCertUtils.genCertPath(3, 0);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DCodeSignerTest.java27 import org.apache.harmony.security.tests.support.TestCertUtils;
38 private CertPath cpath = TestCertUtils.genCertPath(3, 0);
71 CertPath cpath2 = TestCertUtils.genCertPath(5, 3);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java52 public final class TestCertUtils { class
54 private TestCertUtils() { method in class:TestCertUtils
158 * Default ctor for TestCertPath. Uses {@link TestCertUtils#getCertChain()}
172 * @see TestCertUtils#genCertPath(int, int)

Completed in 107 milliseconds