| 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 |
|---|---|
| DelegatingSSLSocketFactory |
A
SSLSocketFactory that can delegate to various SSL implementations. |
| FileBasedKeyStoresFactory |
KeyStoresFactory implementation that reads the certificates from
keystore files. |
| FileMonitoringTimerTask |
Implements basic logic to track when a file changes on disk and call the action
passed to the constructor when it does.
|
| ReloadingX509KeystoreManager |
An implementation of
X509KeyManager that exposes a method,
ReloadingX509KeystoreManager.loadFrom(Path) to reload its configuration. |
| ReloadingX509TrustManager |
A
TrustManager implementation that exposes a method, ReloadingX509TrustManager.loadFrom(Path)
to reload its configuration for example 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 |
|---|---|
| DelegatingSSLSocketFactory.SSLChannelMode |
Default indicates Ordered, preferred OpenSSL, if failed to load then fall
back to Default_JSSE.
|
| SSLFactory.Mode |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.