Searched defs: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.java63 return new TestCertificate();
75 Certificate[] chain = { new TestCertificate(), new TestCertificate(),
76 new TestCertificate() };
92 * TestCertificate-s included in the CertPath will be uniq (will have
105 certs[i] = new TestCertificate(Integer.toString(startID + i));
298 public static class TestCertificate extends Certificate implements class in class:TestCertUtils
312 * Default ctor. All the TestCertificate-s created with this ctor are equals() to each other.
313 * Use TestCertificate(String) if you need non equal TestCertificate
315 public TestCertificate() { method in class:TestCertUtils.TestCertificate
323 public TestCertificate(String diff) { method in class:TestCertUtils.TestCertificate
335 public TestCertificate(String diff, String type) { method in class:TestCertUtils.TestCertificate
[all...]

Completed in 40 milliseconds