Searched refs:getCertPath (Results 1 - 7 of 7) sorted by relevance

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
H A DCertPathValidatorExceptionTest.java66 CertPath cp = ref.getCertPath();
70 assertNull("getCertPath() must return null", test.getCertPath());
72 CertPath res = test.getCertPath();
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DCodeSignerTest.java44 CertPath cpath = TestCertUtils.getCertPath();
H A DTimestampTest.java43 CertPath cpath = TestCertUtils.getCertPath();
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DPKIXCertPathBuilderResultTest.java203 assertSame(init.getCertPath(), clone.getCertPath());
210 * Test for <code>getCertPath()</code> method<br>
232 assertSame(cp, r.getCertPath());
H A DCertPathValidatorExceptionTest.java210 assertNull("getCertPath() must return null", tE.getCertPath());
264 assertNull("getCertPath() must return null", tE.getCertPath());
329 assertNotNull("getCertPath() must not return null", tE
330 .getCertPath());
332 "getCertPath() must return ".concat(cp.toString()), tE
333 .getCertPath(), cp);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java87 public static CertPath getCertPath() { method in class:TestCertUtils
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DRFC3280CertPathUtilities.java519 List certs = builder.build(params).getCertPath().getCertificates();

Completed in 102 milliseconds