Uses of Interface
software.amazon.awssdk.http.TlsKeyManagersProvider
-
Packages that use TlsKeyManagersProvider Package Description software.amazon.awssdk.http software.amazon.awssdk.internal.http -
-
Uses of TlsKeyManagersProvider in software.amazon.awssdk.http
Classes in software.amazon.awssdk.http that implement TlsKeyManagersProvider Modifier and Type Class Description classFileStoreTlsKeyManagersProviderImplementation ofFileStoreTlsKeyManagersProviderthat loads a the key store from a file.classSystemPropertyTlsKeyManagersProviderImplementation ofTlsKeyManagersProviderthat gets the information about the KeyStore to load from the system properties.Fields in software.amazon.awssdk.http with type parameters of type TlsKeyManagersProvider Modifier and Type Field Description static SdkHttpConfigurationOption<TlsKeyManagersProvider>SdkHttpConfigurationOption. TLS_KEY_MANAGERS_PROVIDERTheTlsKeyManagersProviderthat will be used by the HTTP client when authenticating with a TLS host.Methods in software.amazon.awssdk.http that return TlsKeyManagersProvider Modifier and Type Method Description static TlsKeyManagersProviderTlsKeyManagersProvider. noneProvider() -
Uses of TlsKeyManagersProvider in software.amazon.awssdk.internal.http
Classes in software.amazon.awssdk.internal.http that implement TlsKeyManagersProvider Modifier and Type Class Description classAbstractFileStoreTlsKeyManagersProviderAbstractTlsKeyManagersProviderthat loads the key store from a a given file path.classNoneTlsKeyManagersProviderSimple implementation ofTlsKeyManagersProviderthat return a null array.
-