public abstract class AbstractFileStoreTlsKeyManagersProvider extends Object implements TlsKeyManagersProvider
TlsKeyManagersProvider
that loads the key store from a
a given file path.
This uses KeyManagerFactory.getDefaultAlgorithm()
to determine the
KeyManagerFactory
algorithm to use.
Constructor and Description |
---|
AbstractFileStoreTlsKeyManagersProvider() |
Modifier and Type | Method and Description |
---|---|
protected KeyManager[] |
createKeyManagers(Path storePath,
String storeType,
char[] password) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
keyManagers, noneProvider
public AbstractFileStoreTlsKeyManagersProvider()
protected final KeyManager[] createKeyManagers(Path storePath, String storeType, char[] password) throws CertificateException, NoSuchAlgorithmException, KeyStoreException, IOException, UnrecoverableKeyException
Copyright © 2022. All rights reserved.