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 |
TLSServerParametersType.keyManagers |
protected KeyManagersType |
TLSClientParametersType.keyManagers |
Modifier and Type | Method and Description |
---|---|
KeyManagersType |
ObjectFactory.createKeyManagersType()
Create an instance of
KeyManagersType |
KeyManagersType |
TLSServerParametersType.getKeyManagers()
Gets the value of the keyManagers property.
|
KeyManagersType |
TLSClientParametersType.getKeyManagers()
Gets the value of the keyManagers property.
|
Modifier and Type | Method and Description |
---|---|
void |
TLSServerParametersType.setKeyManagers(KeyManagersType value)
Sets the value of the keyManagers property.
|
void |
TLSClientParametersType.setKeyManagers(KeyManagersType value)
Sets the value of the keyManagers property.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.