Uses of Class
org.apache.camel.support.jsse.SSLContextClientParameters
Packages that use SSLContextClientParameters
Package
Description
Configuration classes for Java Secure Socket Extension (JSSE) SSL/TLS setup.
-
Uses of SSLContextClientParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return SSLContextClientParametersModifier and TypeMethodDescription@Nullable SSLContextClientParametersSSLContextParameters.getClientParameters()Methods in org.apache.camel.support.jsse with parameters of type SSLContextClientParametersModifier and TypeMethodDescriptionvoidSSLContextParameters.setClientParameters(@Nullable SSLContextClientParameters clientParameters) The optional configuration options to be applied purely to the client side settings of theSSLContext.