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

/dalvik/libcore/security/src/main/java/java/security/cert/
H A DCertPathBuilderResult.java38 public CertPath getCertPath(); method in interface:CertPathBuilderResult
H A DPKIXCertPathBuilderResult.java65 public CertPath getCertPath() { method in class:PKIXCertPathBuilderResult
H A DCertPathValidatorException.java129 public CertPath getCertPath() { method in class:CertPathValidatorException
/dalvik/libcore/security/src/test/java/tests/targets/security/cert/
H A DCertPathValidatorTest.java39 abstract CertPath getCertPath(); method in class:CertPathValidatorTest
64 getCertPath(), getParams());
H A DCertPathValidatorTestPKIX.java51 CertPath getCertPath() { method in class:CertPathValidatorTestPKIX
89 certPath = builderResult.getCertPath();
H A DCertPathBuilderTest.java61 method="getCertPath",
76 CertPath path = builderResult.getCertPath();
/dalvik/libcore/security/src/test/java/tests/security/cert/
H A DCertPathValidatorExceptionTest.java266 assertNull("getCertPath() must return null", tE.getCertPath());
332 assertNull("getCertPath() must return null", tE.getCertPath());
409 assertNotNull("getCertPath() must not return null", tE
410 .getCertPath());
412 "getCertPath() must return ".concat(cp.toString()), tE
413 .getCertPath(), cp);
424 * Test for <code>getCertPath()</code>. Returns the certification path
429 notes = "Verifies that getCertPath metho
[all...]
H A DPKIXCertPathBuilderResultTest.java233 assertSame(init.getCertPath(), clone.getCertPath());
240 * Test for <code>getCertPath()</code> method<br>
249 method = "getCertPath",
268 assertSame(cp, r.getCertPath());
H A DCertPathBuilder1Test.java405 CertPath certPath = result.getCertPath();
H A DX509CertSelectorTest.java2436 return result.getCertPath();
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
H A DCertPathReviewerException.java62 public CertPath getCertPath() method in class:CertPathReviewerException
H A DPKIXCertPathReviewer.java163 public CertPath getCertPath() method in class:PKIXCertPathReviewer
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
H A DCodeSourceTest.java293 CertPath cpath = TestCertUtils.getCertPath();
397 CodeSigner[] signers = { new CodeSigner(TestCertUtils.getCertPath(),
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java88 public static CertPath getCertPath() { method in class:TestCertUtils
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DTestUtils.java789 return result.getCertPath();

Completed in 184 milliseconds