Uses of Package
org.apache.hadoop.security.ssl
Packages that use org.apache.hadoop.security.ssl
-
Classes in org.apache.hadoop.security.ssl used by org.apache.hadoop.security.sslClassDescriptionA
SSLSocketFactorythat can delegate to various SSL implementations.Default indicates Ordered, preferred OpenSSL, if failed to load then fall back to Default_JSSE.Interface that gives access toKeyManagerandTrustManagerimplementations.An implementation ofX509KeyManagerthat exposes a method,ReloadingX509KeystoreManager.loadFrom(Path)to reload its configuration.ATrustManagerimplementation that exposes a method,ReloadingX509TrustManager.loadFrom(Path)to reload its configuration for example when the truststore file on disk changes.Copied from the not-yet-commons-ssl project at http://juliusdavies.ca/commons-ssl/ This project is not yet in Apache, but it is Apache 2.0 licensed.