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

/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java124 public static final X509Certificate rootCA = new TestX509Certificate(
419 public static class TestInvalidX509Certificate extends TestX509Certificate {
434 public static class TestX509Certificate extends X509Certificate { class in class:TestCertUtils
439 public TestX509Certificate(X500Principal subj, X500Principal issuer) { method in class:TestCertUtils.TestX509Certificate
608 * Tries to create an instance of TestX509Certificate, basing
609 * on the presumption that its {@link TestX509Certificate#getEncoded()
639 return new TestX509Certificate(subjName, issName);

Completed in 66 milliseconds