| Modifier and Type | Class and Description |
|---|---|
class |
FileStoreTlsKeyManagersProvider
Implementation of
FileStoreTlsKeyManagersProvider that loads a the
key store from a file. |
class |
SystemPropertyTlsKeyManagersProvider
Implementation of
TlsKeyManagersProvider that gets the information
about the KeyStore to load from the system properties. |
| Modifier and Type | Field and Description |
|---|---|
static SdkHttpConfigurationOption<TlsKeyManagersProvider> |
SdkHttpConfigurationOption.TLS_KEY_MANAGERS_PROVIDER
The
TlsKeyManagersProvider that will be used by the HTTP client when authenticating with a
TLS host. |
| Modifier and Type | Method and Description |
|---|---|
static TlsKeyManagersProvider |
TlsKeyManagersProvider.noneProvider() |
| Modifier and Type | Method and Description |
|---|---|
ApacheHttpClient.Builder |
ApacheHttpClient.Builder.tlsKeyManagersProvider(TlsKeyManagersProvider tlsKeyManagersProvider)
Configure the
TlsKeyManagersProvider that will provide the KeyManagers to use
when constructing the SSL context. |
| Modifier and Type | Method and Description |
|---|---|
NettyNioAsyncHttpClient.Builder |
NettyNioAsyncHttpClient.Builder.tlsKeyManagersProvider(TlsKeyManagersProvider keyManagersProvider)
Set the
TlsKeyManagersProvider for this client. |
| Modifier and Type | Method and Description |
|---|---|
TlsKeyManagersProvider |
NettyConfiguration.tlsKeyManagersProvider() |
| Modifier and Type | Method and Description |
|---|---|
UrlConnectionHttpClient.Builder |
UrlConnectionHttpClient.Builder.tlsKeyManagersProvider(TlsKeyManagersProvider tlsKeyManagersProvider)
Configure the
TlsKeyManagersProvider that will provide the KeyManagers to use
when constructing the SSL context. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileStoreTlsKeyManagersProvider
Abstract
TlsKeyManagersProvider that loads the key store from a
a given file path. |
class |
NoneTlsKeyManagersProvider
Simple implementation of
TlsKeyManagersProvider that return a null array. |
Copyright © 2026. All rights reserved.