Searched refs:TestCertificate (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.java64 return new TestCertificate();
76 Certificate[] chain = { new TestCertificate(), new TestCertificate(),
77 new TestCertificate() };
93 * TestCertificate-s included in the CertPath will be uniq (will have
106 certs[i] = new TestCertificate(Integer.toString(startID + i));
302 public static class TestCertificate extends Certificate implements class in class:TestCertUtils
316 * Default ctor. All the TestCertificate-s created with this ctor are equals() to each other.
317 * Use TestCertificate(String) if you need non equal TestCertificate
319 public TestCertificate() { method in class:TestCertUtils.TestCertificate
327 public TestCertificate(String diff) { method in class:TestCertUtils.TestCertificate
339 public TestCertificate(String diff, String type) { method in class:TestCertUtils.TestCertificate
[all...]

Completed in 78 milliseconds