Package org.apache.camel.support.jsse
Class CipherSuitesParameters
java.lang.Object
org.apache.camel.support.jsse.CipherSuitesParameters
Represents a list of TLS/SSL cipher suite names.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCipherSuite
(String cipher) Returns a live reference to the list of cipher suite names.void
setCipherSuite
(List<String> cipherSuite) Sets the cipher suite.toString()
-
Constructor Details
-
CipherSuitesParameters
public CipherSuitesParameters()
-
-
Method Details
-
getCipherSuite
Returns a live reference to the list of cipher suite names.- Returns:
- a reference to the list, never
null
-
addCipherSuite
-
setCipherSuite
Sets the cipher suite. It creates a copy of the given cipher suite.- Parameters:
cipherSuite
- cipher suite
-
toString
-