Package org.apache.hadoop.security.ssl

Interface Summary
KeyStoresFactory Interface that gives access to KeyManager and TrustManager implementations.
SSLHostnameVerifier 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.
 

Class Summary
FileBasedKeyStoresFactory KeyStoresFactory implementation that reads the certificates from keystore files.
ReloadingX509TrustManager A TrustManager implementation that reloads its configuration when the truststore file on disk changes.
SSLFactory Factory that creates SSLEngine and SSLSocketFactory instances using Hadoop configuration information.
SSLHostnameVerifier.AbstractVerifier  
SSLHostnameVerifier.Certificates  
 

Enum Summary
SSLFactory.Mode  
 



Copyright © 2009 The Apache Software Foundation