Uses of Interface
software.amazon.awssdk.http.TlsKeyManagersProvider
Packages that use TlsKeyManagersProvider
-
Uses of TlsKeyManagersProvider in software.amazon.awssdk.http
Classes in software.amazon.awssdk.http that implement TlsKeyManagersProviderModifier and TypeClassDescriptionfinal classImplementation ofFileStoreTlsKeyManagersProviderthat loads a the key store from a file.final classImplementation ofTlsKeyManagersProviderthat gets the information about the KeyStore to load from the system properties.Fields in software.amazon.awssdk.http with type parameters of type TlsKeyManagersProviderModifier and TypeFieldDescriptionstatic final 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 TlsKeyManagersProviderModifier and TypeMethodDescriptionstatic TlsKeyManagersProviderTlsKeyManagersProvider.noneProvider() -
Uses of TlsKeyManagersProvider in software.amazon.awssdk.internal.http
Classes in software.amazon.awssdk.internal.http that implement TlsKeyManagersProviderModifier and TypeClassDescriptionclassAbstractTlsKeyManagersProviderthat loads the key store from a a given file path.final classSimple implementation ofTlsKeyManagersProviderthat return a null array.