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

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java125 public static final X509Certificate rootCA = new TestX509Certificate(
420 public static class TestInvalidX509Certificate extends TestX509Certificate {
435 public static class TestX509Certificate extends X509Certificate { class in class:TestCertUtils
440 public TestX509Certificate(X500Principal subj, X500Principal issuer) { method in class:TestCertUtils.TestX509Certificate
609 * Tries to create an instance of TestX509Certificate, basing
610 * on the presumption that its {@link TestX509Certificate#getEncoded()
640 return new TestX509Certificate(subjName, issName);

Completed in 23 milliseconds