Modifier and Type | Method and Description |
---|---|
static TLSClientParameters |
TLSClientParametersConfig.createTLSClientParametersFromType(TLSClientParametersType params) |
Modifier and Type | Method and Description |
---|---|
TLSClientParameters |
TLSConfiguration.getTlsClientParams() |
Modifier and Type | Method and Description |
---|---|
void |
TLSConfiguration.setTlsClientParams(TLSClientParameters tlsClientParams) |
Modifier and Type | Field and Description |
---|---|
protected TLSClientParameters |
HTTPConduit.tlsClientParameters
This field holds the configuration TLS configuration which
is programmatically configured.
|
Modifier and Type | Method and Description |
---|---|
TLSClientParameters |
HTTPConduit.getTlsClientParameters()
This method returns the TLS Client Parameters that is set/configured
for this HTTPConduit.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPConduit.setTlsClientParameters(TLSClientParameters params)
This method sets the TLS Client Parameters for this HTTPConduit.
|
Modifier and Type | Method and Description |
---|---|
protected static KeyManager[] |
AsyncHTTPConduit.getKeyManagersWithCertAlias(TLSClientParameters tlsClientParameters,
KeyManager[] keyManagers) |
SSLContext |
AsyncHTTPConduit.getSSLContext(TLSClientParameters tlsClientParameters) |
Modifier and Type | Method and Description |
---|---|
protected TLSClientParameters |
NettyHttpConduit.NettyWrappedOutputStream.findTLSClientParameters() |
Constructor and Description |
---|
NettyHttpClientPipelineFactory(TLSClientParameters clientParameters) |
Modifier and Type | Method and Description |
---|---|
static SSLEngine |
SSLUtils.createClientSSLEngine(TLSClientParameters parameters) |
HttpURLConnection |
HttpsURLConnectionFactory.createConnection(TLSClientParameters tlsClientParameters,
Proxy proxy,
URL url)
Create a HttpURLConnection, proxified if necessary.
|
protected void |
HttpsURLConnectionFactory.decorateWithTLS(TLSClientParameters tlsClientParameters,
HttpURLConnection connection)
This method assigns the various TLS parameters on the HttpsURLConnection
from the TLS Client Parameters.
|
static HostnameVerifier |
SSLUtils.getHostnameVerifier(TLSClientParameters tlsClientParameters) |
protected void |
HttpsURLConnectionFactory.getKeyManagersWithCertAlias(TLSClientParameters tlsClientParameters,
KeyManager[] keyManagers) |
Apache CXF