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 SummaryConstructors Constructor Description AbstractFileStoreTlsKeyManagersProvider()
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface software.amazon.awssdk.http.TlsKeyManagersProviderkeyManagers
 
- 
 
- 
- 
- 
Method Detail- 
createKeyManagersprotected final KeyManager[] createKeyManagers(Path storePath, String storeType, char[] password) throws CertificateException, NoSuchAlgorithmException, KeyStoreException, IOException, UnrecoverableKeyException 
 
- 
 
-