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

/libcore/ojluni/src/main/java/java/security/cert/
H A DCertPathBuilderResult.java59 CertPath getCertPath(); method in interface:CertPathBuilderResult
H A DPKIXCertPathBuilderResult.java98 public CertPath getCertPath() { method in class:PKIXCertPathBuilderResult
H A DCertPathValidatorException.java45 * {@link #getCertPath getCertPath}, {@link #getIndex getIndex}, and
200 public CertPath getCertPath() { method in class:CertPathValidatorException
/libcore/luni/src/test/java/tests/security/
H A DCertPathValidatorTest.java34 public abstract CertPath getCertPath(); method in class:CertPathValidatorTest
42 getCertPath(), getParams());
H A DCertPathBuilderTest.java48 CertPath path = builderResult.getCertPath();
/libcore/luni/src/test/java/tests/security/cert/
H A DCertPathValidatorExceptionTest.java205 assertNull("getCertPath() must return null", tE.getCertPath());
259 assertNull("getCertPath() must return null", tE.getCertPath());
324 assertNotNull("getCertPath() must not return null", tE
325 .getCertPath());
327 "getCertPath() must return ".concat(cp.toString()), tE
328 .getCertPath(), cp);
339 * Test for <code>getCertPath()</code>. Returns the certification path
344 assertNull("getCertPath() mus
[all...]
H A DPKIXCertPathBuilderResultTest.java197 assertSame(init.getCertPath(), clone.getCertPath());
204 * Test for <code>getCertPath()</code> method<br>
226 assertSame(cp, r.getCertPath());
H A DCertPathBuilder1Test.java329 CertPath certPath = result.getCertPath();
H A DX509CertSelectorTest.java1998 return result.getCertPath();
/libcore/luni/src/test/java/tests/targets/security/cert/
H A DCertPathValidatorTestPKIX.java49 public CertPath getCertPath() { method in class:CertPathValidatorTestPKIX
86 certPath = builderResult.getCertPath();
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java88 public static CertPath getCertPath() { method in class:TestCertUtils
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DTestUtils.java817 return builder.build(getCertPathParameters()).getCertPath();
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DRevocationChecker.java1043 cpbr.getCertPath().getCertificates();

Completed in 195 milliseconds