public final class FileStoreTlsKeyManagersProvider extends Object
TlsKeyManagersProvider that loads from a given file path.| Constructor and Description | 
|---|
FileStoreTlsKeyManagersProvider(File storePath,
                               String storeType,
                               String password)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected KeyManager[] | 
createKeyManagers(File storePath,
                 String storeType,
                 char[] password)  | 
KeyManager[] | 
getKeyManagers()  | 
public KeyManager[] getKeyManagers()
null.protected final KeyManager[] createKeyManagers(File storePath, String storeType, char[] password) throws CertificateException, NoSuchAlgorithmException, KeyStoreException, IOException, UnrecoverableKeyException
Copyright © 2022. All rights reserved.