Package org.jivesoftware.openfire.net
Class OCSPChecker
java.lang.Object
java.security.cert.PKIXCertPathChecker
org.jivesoftware.openfire.net.OCSPChecker
- All Implemented Interfaces:
Cloneable,CertPathChecker
A
PKIXCertPathChecker that uses
Online Certificate Status Protocol (OCSP)
See RFC 2560.- Author:
- Jay Kline
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(Certificate cert, Collection<String> unresolvedCritExts) voidinit(boolean forward) booleanMethods inherited from class java.security.cert.PKIXCertPathChecker
check, clone
-
Method Details
-
init
- Specified by:
initin interfaceCertPathChecker- Specified by:
initin classPKIXCertPathChecker- Throws:
CertPathValidatorException
-
isForwardCheckingSupported
public boolean isForwardCheckingSupported()- Specified by:
isForwardCheckingSupportedin interfaceCertPathChecker- Specified by:
isForwardCheckingSupportedin classPKIXCertPathChecker
-
getSupportedExtensions
- Specified by:
getSupportedExtensionsin classPKIXCertPathChecker
-
check
public void check(Certificate cert, Collection<String> unresolvedCritExts) throws CertPathValidatorException - Specified by:
checkin classPKIXCertPathChecker- Throws:
CertPathValidatorException
-