Uses of Class
org.apache.synapse.transport.certificatevalidation.RevocationVerificationManager
-
Packages that use RevocationVerificationManager Package Description org.apache.synapse.transport.http.conn org.apache.synapse.transport.nhttp.config -
-
Uses of RevocationVerificationManager in org.apache.synapse.transport.http.conn
Constructors in org.apache.synapse.transport.http.conn with parameters of type RevocationVerificationManager Constructor Description ClientSSLSetupHandler(org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier, RevocationVerificationManager verificationManager)
ServerSSLSetupHandler(SSLClientAuth clientAuth, String[] httpsProtocols, RevocationVerificationManager verificationManager, String[] preferredCiphers)
-
Uses of RevocationVerificationManager in org.apache.synapse.transport.nhttp.config
Methods in org.apache.synapse.transport.nhttp.config with parameters of type RevocationVerificationManager Modifier and Type Method Description protected SSLContextDetails
ServerConnFactoryBuilder. createSSLContext(org.apache.axiom.om.OMElement keyStoreEl, org.apache.axiom.om.OMElement trustStoreEl, org.apache.axiom.om.OMElement cientAuthEl, org.apache.axiom.om.OMElement httpsProtocolsEl, org.apache.axiom.om.OMElement preferredCiphersEl, RevocationVerificationManager verificationManager, String sslProtocol)
protected SSLContextDetails
ServerConnFactoryBuilder. createSSLContext(org.apache.axiom.om.OMElement keyStoreEl, org.apache.axiom.om.OMElement trustStoreEl, org.apache.axiom.om.OMElement cientAuthEl, org.apache.axiom.om.OMElement httpsProtocolsEl, org.apache.axiom.om.OMElement preferredCiphersEl, RevocationVerificationManager verificationManager, String sslProtocol, org.wso2.securevault.SecretResolver secretResolver)
-