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

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

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

Methods in org.apache.camel.core.xml.util.jsse that return FilterParametersDefinition
 FilterParametersDefinition AbstractBaseSSLContextParametersFactoryBean.getCipherSuitesFilter()
           
 FilterParametersDefinition AbstractBaseSSLContextParametersFactoryBean.getSecureSocketProtocolsFilter()
           
 

Methods in org.apache.camel.core.xml.util.jsse with parameters of type FilterParametersDefinition
 void AbstractBaseSSLContextParametersFactoryBean.setCipherSuitesFilter(FilterParametersDefinition cipherSuitesFilter)
           
 void AbstractBaseSSLContextParametersFactoryBean.setSecureSocketProtocolsFilter(FilterParametersDefinition secureSocketProtocolsFilter)
           
 



Apache CAMEL