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