Uses of Class
org.apache.hadoop.hbase.exceptions.X509Exception
Package
Description
Tools to help define network clients and servers.
-
Uses of X509Exception in org.apache.hadoop.hbase.exceptions
Modifier and TypeClassDescriptionclass
class
class
-
Uses of X509Exception in org.apache.hadoop.hbase.io.crypto.tls
Modifier 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
Modifier 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)