Uses of Class
org.apache.camel.support.jsse.SSLContextParameters
-
Packages that use SSLContextParameters Package Description org.apache.camel The core Camel API. -
-
Uses of SSLContextParameters in org.apache.camel
Methods in org.apache.camel that return SSLContextParameters Modifier and Type Method Description SSLContextParametersCamelContext. 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 SSLContextParameters Modifier and Type Method Description voidCamelContext. setSSLContextParameters(SSLContextParameters sslContextParameters)Sets the global SSL context parameters.
-