Uses of Class
org.apache.zookeeper.common.X509Exception
Packages that use X509Exception
Package
Description
-
Uses of X509Exception in org.apache.zookeeper.common
Subclasses of X509Exception in org.apache.zookeeper.commonModifier and TypeClassDescriptionstatic class
static class
static class
Methods in org.apache.zookeeper.common that throw X509ExceptionModifier and TypeMethodDescriptionX509Util.createSSLServerSocket()
X509Util.createSSLServerSocket
(int port) X509Util.createSSLSocket()
X509Util.createSSLSocket
(Socket socket, byte[] pushbackBytes) -
Uses of X509Exception in org.apache.zookeeper.server.auth
Constructors in org.apache.zookeeper.server.auth that throw X509ExceptionModifierConstructorDescriptionInitialize the X509AuthenticationProvider with a JKS KeyStore and JKS TrustStore according to the following system properties:zookeeper.ssl.keyStore.location
zookeeper.ssl.trustStore.location
zookeeper.ssl.keyStore.password
zookeeper.ssl.keyStore.passwordPath
zookeeper.ssl.trustStore.password
zookeeper.ssl.trustStore.passwordPath
-
Uses of X509Exception in org.apache.zookeeper.server.quorum
Methods in org.apache.zookeeper.server.quorum that throw X509ExceptionModifier and TypeMethodDescriptionprotected Socket
Learner.createSocket()
Creating a simple or and SSL socket.protected Leader
QuorumPeer.makeLeader
(FileTxnSnapLog logFactory)