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

Packages that use CipherSuitesParametersDefinition
org.apache.camel.core.xml.util.jsse Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of CipherSuitesParametersDefinition in org.apache.camel.core.xml.util.jsse
 

Methods in org.apache.camel.core.xml.util.jsse that return CipherSuitesParametersDefinition
 CipherSuitesParametersDefinition AbstractBaseSSLContextParametersFactoryBean.getCipherSuites()
           
 

Methods in org.apache.camel.core.xml.util.jsse with parameters of type CipherSuitesParametersDefinition
 void AbstractBaseSSLContextParametersFactoryBean.setCipherSuites(CipherSuitesParametersDefinition cipherSuites)
           
 



Apache CAMEL