Class CertificateValidator.OCSPChecker
- java.lang.Object
- 
- org.keycloak.authentication.authenticators.x509.CertificateValidator.OCSPChecker
 
- 
- Direct Known Subclasses:
- CertificateValidator.BouncyCastleOCSPChecker
 - Enclosing class:
- CertificateValidator
 
 public abstract static class CertificateValidator.OCSPChecker extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description OCSPChecker()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract OCSPProvider.OCSPRevocationStatuscheck(X509Certificate cert, X509Certificate issuerCertificate)Requests certificate revocation status using OCSP.
 
- 
- 
- 
Method Detail- 
checkpublic abstract OCSPProvider.OCSPRevocationStatus check(X509Certificate cert, X509Certificate issuerCertificate) throws CertPathValidatorException Requests certificate revocation status using OCSP. The OCSP responder URI is obtained from the certificate's AIA extension.- Parameters:
- cert- the certificate to be checked
- issuerCertificate- The issuer certificate
- Returns:
- revocation status
- Throws:
- CertPathValidatorException
 
 
- 
 
-