Package | Description |
---|---|
org.keycloak.authentication.authenticators.x509 |
Modifier and Type | Class and Description |
---|---|
static class |
CertificateValidator.CRLFileLoader |
static class |
CertificateValidator.CRLListLoader |
static class |
CertificateValidator.CRLLoaderProxy |
Modifier and Type | Method and Description |
---|---|
CertificateValidator.CertificateValidatorBuilder.RevocationStatusCheckBuilder.GotCRLRelativePath |
CertificateValidator.CertificateValidatorBuilder.RevocationStatusCheckBuilder.GotCRLDP.cRLLoader(CertificateValidator.CRLLoaderImpl cRLLoader) |
Constructor and Description |
---|
CertificateValidator(X509Certificate[] certChain,
int keyUsageBits,
List<String> extendedKeyUsage,
boolean cRLCheckingEnabled,
boolean cRLDPCheckingEnabled,
CertificateValidator.CRLLoaderImpl crlLoader,
boolean oCSPCheckingEnabled,
CertificateValidator.OCSPChecker ocspChecker,
KeycloakSession session) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.