Uses of Class
org.apache.camel.util.jsse.SSLContextClientParameters

Packages that use SSLContextClientParameters
org.apache.camel.util.jsse A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes. 
 

Uses of SSLContextClientParameters in org.apache.camel.util.jsse
 

Methods in org.apache.camel.util.jsse that return SSLContextClientParameters
 SSLContextClientParameters SSLContextParameters.getClientParameters()
           
 

Methods in org.apache.camel.util.jsse with parameters of type SSLContextClientParameters
 void SSLContextParameters.setClientParameters(SSLContextClientParameters clientParameters)
          The optional configuration options to be applied purely to the client side settings of the SSLContext.
 



Apache CAMEL