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

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

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

Methods in org.apache.camel.util.jsse that return SSLContextServerParameters
 SSLContextServerParameters SSLContextParameters.getServerParameters()
           
 

Methods in org.apache.camel.util.jsse with parameters of type SSLContextServerParameters
 void SSLContextParameters.setServerParameters(SSLContextServerParameters serverParameters)
          The optional configuration options to be applied purely to the server side settings of the SSLContext.
 



Apache Camel