Uses of Class
org.keycloak.services.x509.Rfc9440ClientCertificateLookup.RfcViolationException
Packages that use Rfc9440ClientCertificateLookup.RfcViolationException
-
Uses of Rfc9440ClientCertificateLookup.RfcViolationException in org.keycloak.services.x509
Modifier and TypeClassDescriptionstatic classstatic classMethods in org.keycloak.services.x509 that throw Rfc9440ClientCertificateLookup.RfcViolationExceptionModifier and TypeMethodDescriptionprotected List<X509Certificate>Rfc9440ClientCertificateLookup.getClientCertificateChainFromHeader(HttpRequest httpRequest) Extract the certificate chain from theRfc9440ClientCertificateLookup.sslCertChainHttpHeaderheader.protected X509CertificateRfc9440ClientCertificateLookup.getClientCertificateFromHeader(HttpRequest httpRequest) Extract the client certificate from theRfc9440ClientCertificateLookup.sslClientCertHttpHeaderheader.protected static X509CertificateRfc9440ClientCertificateLookup.parseCertificateFromHttpByteSequence(String byteSequence) Parses a X509 certificate from a byte sequence encoded according to sec.