Class AbstractFileStoreTlsKeyManagersProvider
- java.lang.Object
 - 
- software.amazon.awssdk.internal.http.AbstractFileStoreTlsKeyManagersProvider
 
 
- 
- All Implemented Interfaces:
 TlsKeyManagersProvider
- Direct Known Subclasses:
 FileStoreTlsKeyManagersProvider,SystemPropertyTlsKeyManagersProvider
public abstract class AbstractFileStoreTlsKeyManagersProvider extends Object implements TlsKeyManagersProvider
AbstractTlsKeyManagersProviderthat loads the key store from a a given file path.This uses
KeyManagerFactory.getDefaultAlgorithm()to determine theKeyManagerFactoryalgorithm to use. 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractFileStoreTlsKeyManagersProvider() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeyManager[]createKeyManagers(Path storePath, String storeType, char[] password)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface software.amazon.awssdk.http.TlsKeyManagersProvider
keyManagers 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createKeyManagers
protected final KeyManager[] createKeyManagers(Path storePath, String storeType, char[] password) throws CertificateException, NoSuchAlgorithmException, KeyStoreException, IOException, UnrecoverableKeyException
 
 - 
 
 -