public final class SystemPropertyTlsKeyManagersProvider extends AbstractFileStoreTlsKeyManagersProvider
TlsKeyManagersProvider that gets the information
about the KeyStore to load from the system properties.
This provider checks the standard javax.net.ssl.keyStore,
javax.net.ssl.keyStorePassword, and
javax.net.ssl.keyStoreType properties defined by the
JSSE.
This uses KeyManagerFactory.getDefaultAlgorithm() to determine the
KeyManagerFactory algorithm to use.
| Modifier and Type | Method and Description |
|---|---|
static SystemPropertyTlsKeyManagersProvider |
create() |
KeyManager[] |
keyManagers() |
createKeyManagersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnoneProviderpublic KeyManager[] keyManagers()
KeyManagers, or null.public static SystemPropertyTlsKeyManagersProvider create()
Copyright © 2022. All rights reserved.