Uses of Class
org.apache.camel.support.jsse.CipherSuitesParameters
-
Packages that use CipherSuitesParameters Package Description org.apache.camel.support.jsse A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes. -
-
Uses of CipherSuitesParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return CipherSuitesParameters Modifier and Type Method Description CipherSuitesParametersBaseSSLContextParameters. getCipherSuites()Returns the optional explicitly configured cipher suites for this configuration.Methods in org.apache.camel.support.jsse with parameters of type CipherSuitesParameters Modifier and Type Method Description voidBaseSSLContextParameters. setCipherSuites(CipherSuitesParameters cipherSuites)Sets the optional explicitly configured cipher suites for this configuration.
-