| Package | Description |
|---|---|
| org.apache.cxf.configuration.jsse | |
| org.apache.cxf.configuration.security |
| Modifier and Type | Method and Description |
|---|---|
static KeyManager[] |
TLSParameterJaxBUtils.getKeyManagers(KeyManagersType kmc)
This method converts the JAXB KeyManagersType into a list of
JSSE KeyManagers.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyManagersType |
TLSClientParametersType.keyManagers
This element contains the KeyManagers specification.
|
protected KeyManagersType |
TLSServerParametersType.keyManagers
This element contains the KeyManagers specification.
|
| Modifier and Type | Method and Description |
|---|---|
KeyManagersType |
ObjectFactory.createKeyManagersType()
Create an instance of
KeyManagersType |
KeyManagersType |
TLSClientParametersType.getKeyManagers()
Gets the value of the keyManagers property.
|
KeyManagersType |
TLSServerParametersType.getKeyManagers()
Gets the value of the keyManagers property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLSClientParametersType.setKeyManagers(KeyManagersType value)
Sets the value of the keyManagers property.
|
void |
TLSServerParametersType.setKeyManagers(KeyManagersType value)
Sets the value of the keyManagers property.
|
Apache CXF