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

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

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

Methods in org.apache.camel.util.jsse that return CipherSuitesParameters
 CipherSuitesParameters BaseSSLContextParameters.getCipherSuites()
          Returns the optional explicitly configured cipher suites for this configuration.
 

Methods in org.apache.camel.util.jsse with parameters of type CipherSuitesParameters
 void BaseSSLContextParameters.setCipherSuites(CipherSuitesParameters cipherSuites)
          Sets the optional explicitly configured cipher suites for this configuration.
 



Apache Camel