Searched defs:OCSPChecker (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSPChecker.java56 * OCSPChecker is a <code>PKIXCertPathChecker</code> that uses the
63 class OCSPChecker extends PKIXCertPathChecker { class in inherits:PKIXCertPathChecker
92 * @throws CertPathValidatorException if OCSPChecker can not be created
94 OCSPChecker(CertPath certPath, PKIXParameters pkixParams) method in class:OCSPChecker
99 OCSPChecker(CertPath certPath, PKIXParameters pkixParams, boolean onlyEECert) method in class:OCSPChecker
275 OCSPChecker.getKeyId(anchorCert)) != null) {

Completed in 633 milliseconds