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 classstatic classstatic classMethods 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.locationzookeeper.ssl.trustStore.locationzookeeper.ssl.keyStore.passwordzookeeper.ssl.keyStore.passwordPathzookeeper.ssl.trustStore.passwordzookeeper.ssl.trustStore.passwordPath -
Uses of X509Exception in org.apache.zookeeper.server.quorum
Methods in org.apache.zookeeper.server.quorum that throw X509ExceptionModifier and TypeMethodDescriptionprotected SocketLearner.createSocket()Creating a simple or and SSL socket.protected LeaderQuorumPeer.makeLeader(FileTxnSnapLog logFactory)