Package | Description |
---|---|
org.apache.cxf.configuration.security |
Modifier and Type | Field and Description |
---|---|
protected CipherSuites |
TLSClientParametersType.cipherSuites
This element contains the the CipherSuites that will be supported.
|
protected CipherSuites |
TLSServerParametersType.cipherSuites
This element contains the the CipherSuites that will be supported.
|
Modifier and Type | Method and Description |
---|---|
CipherSuites |
ObjectFactory.createCipherSuites()
Create an instance of
CipherSuites |
CipherSuites |
TLSClientParametersType.getCipherSuites()
Gets the value of the cipherSuites property.
|
CipherSuites |
TLSServerParametersType.getCipherSuites()
Gets the value of the cipherSuites property.
|
Modifier and Type | Method and Description |
---|---|
void |
TLSClientParametersType.setCipherSuites(CipherSuites value)
Sets the value of the cipherSuites property.
|
void |
TLSServerParametersType.setCipherSuites(CipherSuites value)
Sets the value of the cipherSuites property.
|
Apache CXF