Uses of Class
org.apache.zookeeper.common.X509Exception.TrustManagerException
Packages that use X509Exception.TrustManagerException
-
Uses of X509Exception.TrustManagerException in org.apache.zookeeper.common
Methods in org.apache.zookeeper.common that throw X509Exception.TrustManagerExceptionModifier and TypeMethodDescriptionio.netty.handler.ssl.SslContextClientX509Util.createNettySslContextForClient(ZKConfig config) io.netty.handler.ssl.SslContextClientX509Util.createNettySslContextForServer(ZKConfig config) static X509TrustManagerX509Util.createTrustManager(String trustStoreLocation, String trustStorePassword, String trustStoreTypeProp, boolean crlEnabled, boolean ocspEnabled, boolean serverHostnameVerificationEnabled, boolean clientHostnameVerificationEnabled, boolean fipsMode) Creates a trust manager by loading the trust store from the given file of the given type, optionally decrypting it using the given password. -
Uses of X509Exception.TrustManagerException in org.apache.zookeeper.server.auth
Methods in org.apache.zookeeper.server.auth that throw X509Exception.TrustManagerExceptionModifier and TypeMethodDescriptionX509AuthenticationProvider.getTrustManager()Get the X509TrustManager implementation used for remote host authentication.