org.apache.camel.util.jsse
Class CipherSuitesParameters

java.lang.Object
  extended by org.apache.camel.util.jsse.CipherSuitesParameters

public class CipherSuitesParameters
extends Object

Represents a list of TLS/SSL cipher suite names.


Constructor Summary
CipherSuitesParameters()
           
 
Method Summary
 List<String> getCipherSuite()
          Returns a live reference to the list of cipher suite names.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CipherSuitesParameters

public CipherSuitesParameters()
Method Detail

getCipherSuite

public List<String> getCipherSuite()
Returns a live reference to the list of cipher suite names.

Returns:
a reference to the list, never null

toString

public String toString()
Overrides:
toString in class Object


Apache CAMEL