Uses of Class
org.keycloak.authentication.authenticators.x509.CertificateValidator.CRLLoaderImpl
-
Uses of CertificateValidator.CRLLoaderImpl in org.keycloak.authentication.authenticators.x509
Modifier and TypeClassDescriptionstatic class
static class
static class
Modifier and TypeMethodDescriptionCertificateValidator.CertificateValidatorBuilder.RevocationStatusCheckBuilder.GotCRLDP.cRLLoader
(CertificateValidator.CRLLoaderImpl cRLLoader) ModifierConstructorDescriptionprotected
CertificateValidator
(X509Certificate[] certChain, int keyUsageBits, List<String> extendedKeyUsage, List<String> certificatePolicy, String certificatePolicyMode, boolean cRLCheckingEnabled, boolean cRLDPCheckingEnabled, CertificateValidator.CRLLoaderImpl crlLoader, boolean oCSPCheckingEnabled, boolean ocspFailOpen, CertificateValidator.OCSPChecker ocspChecker, KeycloakSession session, boolean timestampValidationEnabled, boolean trustValidationEnabled)