Package | Description |
---|---|
software.amazon.awssdk.http | |
software.amazon.awssdk.internal.http |
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 | 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 © 2021. All rights reserved.