Uses of Class
org.apache.camel.support.jsse.SSLContextParameters
Packages that use SSLContextParameters
-
Uses of SSLContextParameters in org.apache.camel
Methods in org.apache.camel that return SSLContextParametersModifier and TypeMethodDescriptionCamelContext.getSSLContextParameters()Gets the global SSL context parameters if configured.default SSLContextParametersSSLContextParametersAware.retrieveGlobalSslContextParameters()Returns the globalSSLContextParametersif enabled on the implementing object, null otherwise.Methods in org.apache.camel with parameters of type SSLContextParametersModifier and TypeMethodDescriptionvoidCamelContext.setSSLContextParameters(SSLContextParameters sslContextParameters) Sets the global SSL context parameters.