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

/libcore/luni/src/main/java/java/security/cert/
H A DCertPathBuilderResult.java38 public CertPath getCertPath(); method in interface:CertPathBuilderResult
H A DPKIXCertPathBuilderResult.java63 public CertPath getCertPath() { method in class:PKIXCertPathBuilderResult
H A DCertPathValidatorException.java125 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.java200 assertNull("getCertPath() must return null", tE.getCertPath());
254 assertNull("getCertPath() must return null", tE.getCertPath());
319 assertNotNull("getCertPath() must not return null", tE
320 .getCertPath());
322 "getCertPath() must return ".concat(cp.toString()), tE
323 .getCertPath(), cp);
334 * Test for <code>getCertPath()</code>. Returns the certification path
339 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.java1976 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.java820 return builder.build(getCertPathParameters()).getCertPath();

Completed in 212 milliseconds