Uses of Class
org.apache.zookeeper.common.X509Exception.KeyManagerException
Packages that use X509Exception.KeyManagerException
-
Uses of X509Exception.KeyManagerException in org.apache.zookeeper.common
Methods in org.apache.zookeeper.common that throw X509Exception.KeyManagerExceptionModifier and TypeMethodDescriptionstatic X509KeyManager
X509Util.createKeyManager
(String keyStoreLocation, String keyStorePassword, String keyStoreTypeProp) Creates a key manager by loading the key store from the given file of the given type, optionally decrypting it using the given password. -
Uses of X509Exception.KeyManagerException in org.apache.zookeeper.server.auth
Methods in org.apache.zookeeper.server.auth that throw X509Exception.KeyManagerExceptionModifier and TypeMethodDescriptionX509AuthenticationProvider.getKeyManager()
Get the X509KeyManager implementation used for certificate management.