Package | Description |
---|---|
org.apache.cxf.configuration.jsse | |
org.apache.cxf.transport.https |
Modifier and Type | Class and Description |
---|---|
class |
TLSClientParameters
This class extends
TLSParameterBase with client-specific
SSL/TLS parameters. |
class |
TLSServerParameters
This class extends
TLSParameterBase with service-specific
SSL/TLS parameters. |
class |
TLSServerParametersConfig
This class is used by Spring Config to convert the TLSServerParameters
JAXB generated type into programmatic TLS Server Parameters for the
configuration of the http-destination.
|
Modifier and Type | Method and Description |
---|---|
static KeyManager[] |
SSLUtils.configureKeyManagersWithCertAlias(TLSParameterBase tlsParameters,
KeyManager[] keyManagers) |
static SSLContext |
SSLUtils.getSSLContext(TLSParameterBase parameters) |
static SSLContextInitParameters |
SSLUtils.getSSLContextInitParameters(TLSParameterBase parameters) |
Apache CXF