public class OCSPChecker extends PKIXCertPathChecker
PKIXCertPathChecker that uses
Online Certificate Status Protocol (OCSP)
See RFC 2560.| Modifier and Type | Method and Description |
|---|---|
void |
check(Certificate cert,
Collection<String> unresolvedCritExts) |
Set<String> |
getSupportedExtensions() |
void |
init(boolean forward) |
boolean |
isForwardCheckingSupported() |
check, clonepublic void init(boolean forward)
throws CertPathValidatorException
init in interface CertPathCheckerinit in class PKIXCertPathCheckerCertPathValidatorExceptionpublic boolean isForwardCheckingSupported()
isForwardCheckingSupported in interface CertPathCheckerisForwardCheckingSupported in class PKIXCertPathCheckerpublic Set<String> getSupportedExtensions()
getSupportedExtensions in class PKIXCertPathCheckerpublic void check(Certificate cert, Collection<String> unresolvedCritExts) throws CertPathValidatorException
check in class PKIXCertPathCheckerCertPathValidatorExceptionCopyright © 2003-2008 Jive Software.