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