Uses of Package
org.apache.hadoop.hbase.io.crypto.tls
Packages that use org.apache.hadoop.hbase.io.crypto.tls
-
Classes in org.apache.hadoop.hbase.io.crypto.tls used by org.apache.hadoop.hbase.io.crypto.tlsClassDescriptionImplementation of
FileKeyStoreLoader
that loads from BCKFS files.Base class for instances ofKeyStoreLoader
which load the key/trust stores from files on a filesystem.Base class for builder pattern used by subclasses.When enabled inX509Util
, handles verifying that the hostname of a peer matches the certificate it presents.Note: copied from Apache httpclient with some minor modifications.Implementation ofFileKeyStoreLoader
that loads from JKS files.This enum represents the file type of a KeyStore or TrustStore.An interface for an object that can load key stores or trust stores.Implementation ofFileKeyStoreLoader
that loads from PEM files.Implementation ofFileKeyStoreLoader
that loads from PKCS12 files.Base class for instances ofKeyStoreLoader
which load the key/trust stores from files on a filesystem using standardKeyStore
types like JKS or PKCS12.Enum specifying the client auth requirement of server-side TLS sockets created by this X509Util.