public interface X509ClientCertificateLookup extends Provider
Modifier and Type | Method and Description |
---|---|
X509Certificate[] |
getCertificateChain(org.jboss.resteasy.spi.HttpRequest httpRequest)
Returns a client certificate, and optionally any certificates
in the certificate chain.
|
X509Certificate[] getCertificateChain(org.jboss.resteasy.spi.HttpRequest httpRequest) throws GeneralSecurityException
GeneralSecurityException
Copyright © 2021 JBoss by Red Hat. All rights reserved.