Uses of Class
software.amazon.awssdk.internal.http.AbstractFileStoreTlsKeyManagersProvider
-
Packages that use AbstractFileStoreTlsKeyManagersProvider Package Description software.amazon.awssdk.http -
-
Uses of AbstractFileStoreTlsKeyManagersProvider in software.amazon.awssdk.http
Subclasses of AbstractFileStoreTlsKeyManagersProvider in software.amazon.awssdk.http Modifier and Type Class Description class
FileStoreTlsKeyManagersProvider
Implementation ofFileStoreTlsKeyManagersProvider
that loads a the key store from a file.class
SystemPropertyTlsKeyManagersProvider
Implementation ofTlsKeyManagersProvider
that gets the information about the KeyStore to load from the system properties.
-