Uses of Class
org.apache.synapse.transport.certificatevalidation.CertificateVerificationManager
Packages that use CertificateVerificationManager
Package
Description
-
Uses of CertificateVerificationManager in org.apache.synapse.transport.http.conn
Constructors in org.apache.synapse.transport.http.conn with parameters of type CertificateVerificationManagerModifierConstructorDescriptionClientSSLSetupHandler(org.apache.http.conn.ssl.X509HostnameVerifier hostnameVerifier, CertificateVerificationManager verificationManager) ServerSSLSetupHandler(SSLClientAuth clientAuth, String[] httpsProtocols, CertificateVerificationManager verificationManager, String[] preferredCiphers) -
Uses of CertificateVerificationManager in org.apache.synapse.transport.nhttp.config
Methods in org.apache.synapse.transport.nhttp.config with parameters of type CertificateVerificationManagerModifier and TypeMethodDescriptionprotected SSLContextDetailsServerConnFactoryBuilder.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, CertificateVerificationManager verificationManager, String sslProtocol) protected SSLContextDetailsServerConnFactoryBuilder.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, CertificateVerificationManager verificationManager, String sslProtocol, org.wso2.securevault.SecretResolver secretResolver)