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

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java65 return new TestCertificate();
77 Certificate[] chain = { new TestCertificate(), new TestCertificate(),
78 new TestCertificate() };
94 * TestCertificate-s included in the CertPath will be uniq (will have
107 certs[i] = new TestCertificate(Integer.toString(startID + i));
303 public static class TestCertificate extends Certificate implements class in class:TestCertUtils
317 * Default ctor. All the TestCertificate-s created with this ctor are equals() to each other.
318 * Use TestCertificate(String) if you need non equal TestCertificate
320 public TestCertificate() { method in class:TestCertUtils.TestCertificate
328 public TestCertificate(String diff) { method in class:TestCertUtils.TestCertificate
340 public TestCertificate(String diff, String type) { method in class:TestCertUtils.TestCertificate
[all...]

Completed in 56 milliseconds