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

/openjdk7/jdk/src/share/classes/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
/openjdk7/jdk/test/java/security/cert/CertPathValidatorException/
H A DSerial.java76 check(!cpve1.getCertPath().equals(cpve2.getCertPath()),
93 check(!cpve1.getCertPath().equals(cpve2.getCertPath()),
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/targetConstraints/
H A DBuildEEBasicConstraints.java78 CertPath cp = res.getCertPath();
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/
H A DNoExtensions.java91 CertPath certPath = result.getCertPath();
/openjdk7/jdk/test/sun/security/provider/certpath/DisabledAlgorithms/
H A DCPBuilder.java429 result.getCertPath().getCertificates();
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/selfIssued/
H A DDisableRevocation.java256 if (!match(args[0], result.getCertPath().getCertificates().get(0))) {
H A DKeyUsageMatters.java299 if (!match(args[0], result.getCertPath().getCertificates().get(0))) {
H A DStatusLoopDependency.java305 if (!match(args[0], result.getCertPath().getCertificates().get(0))) {
/openjdk7/jdk/src/share/classes/sun/security/validator/
H A DPKIXValidator.java383 return toArray(result.getCertPath(), result.getTrustAnchor());
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DCrlRevocationChecker.java631 cpbr.getCertPath().getCertificates();

Completed in 76 milliseconds