Searched defs:getCertPath (Results 1 - 6 of 6) 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());
/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

Completed in 118 milliseconds