Uses of Class
org.apache.hadoop.hbase.exceptions.X509Exception
Packages that use X509Exception
Package
Description
Tools to help define network clients and servers.
-
Uses of X509Exception in org.apache.hadoop.hbase.exceptions
Subclasses of X509Exception in org.apache.hadoop.hbase.exceptionsModifier and TypeClassDescriptionclassclassclass -
Uses of X509Exception in org.apache.hadoop.hbase.io.crypto.tls
Methods in org.apache.hadoop.hbase.io.crypto.tls that throw X509ExceptionModifier and TypeMethodDescriptionstatic org.apache.hbase.thirdparty.io.netty.handler.ssl.SslContextX509Util.createSslContextForClient(org.apache.hadoop.conf.Configuration config) static org.apache.hbase.thirdparty.io.netty.handler.ssl.SslContextX509Util.createSslContextForServer(org.apache.hadoop.conf.Configuration config) -
Uses of X509Exception in org.apache.hadoop.hbase.ipc
Methods in org.apache.hadoop.hbase.ipc that throw X509ExceptionModifier and TypeMethodDescription(package private) org.apache.hbase.thirdparty.io.netty.handler.ssl.SslContextNettyRpcClient.getSslContext()(package private) org.apache.hbase.thirdparty.io.netty.handler.ssl.SslContextNettyRpcServer.getSslContext()private voidNettyRpcServer.initSSL(org.apache.hbase.thirdparty.io.netty.channel.ChannelPipeline p, NettyServerRpcConnection conn, boolean supportPlaintext)