|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FiltersType | |
|---|---|
| org.apache.cxf.configuration.jsse | |
| org.apache.cxf.configuration.security | |
| Uses of FiltersType in org.apache.cxf.configuration.jsse |
|---|
| Fields in org.apache.cxf.configuration.jsse declared as FiltersType | |
|---|---|
protected FiltersType |
TLSParameterBase.cipherSuiteFilters
|
| Methods in org.apache.cxf.configuration.jsse that return FiltersType | |
|---|---|
FiltersType |
TLSParameterBase.getCipherSuitesFilter()
Returns the cipher suites filter |
| Methods in org.apache.cxf.configuration.jsse with parameters of type FiltersType | |
|---|---|
static String[] |
SSLUtils.getCiphersuites(List<String> cipherSuitesList,
String[] supportedCipherSuites,
FiltersType filters,
Logger log,
boolean exclude)
|
void |
TLSParameterBase.setCipherSuitesFilter(FiltersType filters)
This parameter sets the filter to include and/or exclude the cipher suites to use from the set list or system defaults. |
| Uses of FiltersType in org.apache.cxf.configuration.security |
|---|
| Fields in org.apache.cxf.configuration.security declared as FiltersType | |
|---|---|
protected FiltersType |
TLSClientParametersType.cipherSuitesFilter
|
protected FiltersType |
TLSServerParametersType.cipherSuitesFilter
|
| Methods in org.apache.cxf.configuration.security that return FiltersType | |
|---|---|
FiltersType |
ObjectFactory.createFiltersType()
Create an instance of FiltersType |
FiltersType |
TLSClientParametersType.getCipherSuitesFilter()
Gets the value of the cipherSuitesFilter property. |
FiltersType |
TLSServerParametersType.getCipherSuitesFilter()
Gets the value of the cipherSuitesFilter property. |
| Methods in org.apache.cxf.configuration.security with parameters of type FiltersType | |
|---|---|
void |
TLSClientParametersType.setCipherSuitesFilter(FiltersType value)
Sets the value of the cipherSuitesFilter property. |
void |
TLSServerParametersType.setCipherSuitesFilter(FiltersType value)
Sets the value of the cipherSuitesFilter property. |
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||