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 SSLContextParameters
CamelContext. getSSLContextParameters()
Gets the global SSL context parameters if configured.default SSLContextParameters
SSLContextParametersAware. retrieveGlobalSslContextParameters()
Returns the globalSSLContextParameters
if enabled on the implementing object, null otherwise.Methods in org.apache.camel with parameters of type SSLContextParameters Modifier and Type Method Description void
CamelContext. setSSLContextParameters(SSLContextParameters sslContextParameters)
Sets the global SSL context parameters.
-