Package org.apache.hadoop.security.ssl
package org.apache.hadoop.security.ssl
-
ClassDescriptionA
SSLSocketFactorythat can delegate to various SSL implementations.Default indicates Ordered, preferred OpenSSL, if failed to load then fall back to Default_JSSE.KeyStoresFactoryimplementation that reads the certificates from keystore files.Implements basic logic to track when a file changes on disk and call the action passed to the constructor when it does.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.Factory that creates SSLEngine and SSLSocketFactory instances using Hadoop configuration information.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.