Interface | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
SSLFactory.Mode |
Copyright © 2013 Apache Software Foundation. All rights reserved.