Uses of Class
org.apache.camel.support.jsse.SSLContextParameters
Packages that use SSLContextParameters
Package
Description
The core Camel API.
Configuration classes for Java Secure Socket Extension (JSSE) SSL/TLS setup.
-
Uses of SSLContextParameters in org.apache.camel
Methods in org.apache.camel that return SSLContextParametersModifier and TypeMethodDescription@Nullable SSLContextParametersCamelContext.getSSLContextParameters()Gets the global SSL context parameters if configured.default @Nullable 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.