Uses of Class
org.apache.camel.support.jsse.SSLContextClientParameters
-
Packages that use SSLContextClientParameters Package Description org.apache.camel.support.jsse A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes. -
-
Uses of SSLContextClientParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return SSLContextClientParameters Modifier and Type Method Description SSLContextClientParameters
SSLContextParameters. getClientParameters()
Methods in org.apache.camel.support.jsse with parameters of type SSLContextClientParameters Modifier and Type Method Description void
SSLContextParameters. setClientParameters(SSLContextClientParameters clientParameters)
The optional configuration options to be applied purely to the client side settings of theSSLContext
.
-