Package | Description |
---|---|
org.apache.cxf.configuration.jsse | |
org.apache.cxf.configuration.security |
Modifier and Type | Field and Description |
---|---|
protected FiltersType |
TLSParameterBase.cipherSuiteFilters |
Modifier and Type | Method and Description |
---|---|
FiltersType |
TLSParameterBase.getCipherSuitesFilter()
Returns the cipher suites filter
|
Modifier and Type | Method and Description |
---|---|
static String[] |
SSLUtils.getCiphersuitesToInclude(List<String> cipherSuitesList,
FiltersType filters,
String[] defaultCipherSuites,
String[] supportedCipherSuites,
Logger log) |
static String[] |
SSLUtils.getFilteredCiphersuites(FiltersType filters,
String[] supportedCipherSuites,
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.
|
Modifier and Type | Field and Description |
---|---|
protected FiltersType |
TLSServerParametersType.cipherSuitesFilter |
protected FiltersType |
TLSClientParametersType.cipherSuitesFilter |
Modifier and Type | Method and Description |
---|---|
FiltersType |
ObjectFactory.createFiltersType()
Create an instance of
FiltersType |
FiltersType |
TLSServerParametersType.getCipherSuitesFilter()
Gets the value of the cipherSuitesFilter property.
|
FiltersType |
TLSClientParametersType.getCipherSuitesFilter()
Gets the value of the cipherSuitesFilter property.
|
Modifier and Type | Method and Description |
---|---|
void |
TLSServerParametersType.setCipherSuitesFilter(FiltersType value)
Sets the value of the cipherSuitesFilter property.
|
void |
TLSClientParametersType.setCipherSuitesFilter(FiltersType value)
Sets the value of the cipherSuitesFilter property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.