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() |
createKeyManagers
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
noneProvider
public KeyManager[] keyManagers()
KeyManager
s, or null
.public static FileStoreTlsKeyManagersProvider create(Path path, String type, String password)
Copyright © 2022. All rights reserved.