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 java.lang.Object


Constructor Summary
CipherSuitesParametersDefinition()
           
 
Method Summary
 java.util.List<java.lang.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 java.util.List<java.lang.String> getCipherSuite()
Returns a live reference to the list of cipher suite names.

Returns:
a reference to the list, never null


Apache CAMEL