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
FileKeyStoreLoaderthat loads from BCKFS files.Base class for instances ofKeyStoreLoaderwhich 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 ofFileKeyStoreLoaderthat 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 ofFileKeyStoreLoaderthat loads from PEM files.Implementation ofFileKeyStoreLoaderthat loads from PKCS12 files.Base class for instances ofKeyStoreLoaderwhich load the key/trust stores from files on a filesystem using standardKeyStoretypes like JKS or PKCS12.Enum specifying the client auth requirement of server-side TLS sockets created by this X509Util.