Uses of Class
org.apache.camel.support.jsse.CipherSuitesParameters
Packages that use CipherSuitesParameters
Package
Description
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 CipherSuitesParametersModifier and TypeMethodDescriptionBaseSSLContextParameters.getCipherSuites()Returns the optional explicitly configured cipher suites for this configuration.Methods in org.apache.camel.support.jsse with parameters of type CipherSuitesParametersModifier and TypeMethodDescriptionvoidBaseSSLContextParameters.setCipherSuites(CipherSuitesParameters cipherSuites) Sets the optional explicitly configured cipher suites for this configuration.