org.apache.camel.core.xml.util.jsse
Class CipherSuitesParametersDefinition

java.lang.Object
  extended by org.apache.camel.core.xml.util.jsse.CipherSuitesParametersDefinition

public class CipherSuitesParametersDefinition
extends Object


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

Constructor Detail

CipherSuitesParametersDefinition

public CipherSuitesParametersDefinition()
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


Apache CAMEL