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 TypeClassDescriptionclass
class
class
-
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.SslContext
X509Util.createSslContextForClient
(org.apache.hadoop.conf.Configuration config) static org.apache.hbase.thirdparty.io.netty.handler.ssl.SslContext
X509Util.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.SslContext
NettyRpcClient.getSslContext()
(package private) org.apache.hbase.thirdparty.io.netty.handler.ssl.SslContext
NettyRpcServer.getSslContext()
private void
NettyRpcServer.initSSL
(org.apache.hbase.thirdparty.io.netty.channel.ChannelPipeline p, NettyServerRpcConnection conn, boolean supportPlaintext)