Uses of Class
org.apache.camel.support.jsse.SSLContextParameters
Packages that use SSLContextParameters
Package
Description
The core Camel API.
A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes.
-
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. -
Uses of SSLContextParameters in org.apache.camel.support.jsse
Subinterfaces with type arguments of type SSLContextParameters in org.apache.camel.support.jsseModifier and TypeInterfaceDescriptioninterfaceA globalSupplierofSSLContextParametersto be used in Camel registry.