Uses of Class
org.apache.hadoop.hbase.exceptions.X509Exception

Packages that use org.apache.hadoop.hbase.exceptions.X509Exception
  • Uses of org.apache.hadoop.hbase.exceptions.X509Exception in org.apache.hadoop.hbase.exceptions

    Subclasses of org.apache.hadoop.hbase.exceptions.X509Exception in in org.apache.hadoop.hbase.exceptions
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.exceptions.KeyManagerException
     
    class 
    org.apache.hadoop.hbase.exceptions.SSLContextException
     
    class 
    org.apache.hadoop.hbase.exceptions.TrustManagerException
     
  • Uses of org.apache.hadoop.hbase.exceptions.X509Exception in org.apache.hadoop.hbase.io.crypto.tls

    Methods in org.apache.hadoop.hbase.io.crypto.tls that throw org.apache.hadoop.hbase.exceptions.X509Exception in in
    Modifier and Type
    Method
    Description
    static 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)