public final class FileStoreTlsKeyManagersProvider extends AbstractFileStoreTlsKeyManagersProvider
FileStoreTlsKeyManagersProvider that loads a the
 key store from a file.
 
 This uses KeyManagerFactory.getDefaultAlgorithm() to determine the
 KeyManagerFactory algorithm to use.
| Modifier and Type | Method and Description | 
|---|---|
| static FileStoreTlsKeyManagersProvider | create(Path path,
      String type,
      String password) | 
| KeyManager[] | keyManagers() | 
createKeyManagersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnoneProviderpublic KeyManager[] keyManagers()
KeyManagers, or null.public static FileStoreTlsKeyManagersProvider create(Path path, String type, String password)
Copyright © 2021. All rights reserved.