| Interface | Description |
|---|---|
| PasswordProvider |
PasswordProvider implementations are able to produce a password from somewhere.
|
| Class | Description |
|---|---|
| AbstractKeyStoreConfiguration |
Configuration of the KeyStore
|
| EnvironmentPasswordProvider |
PasswordProvider implementation that obtains the password value from a system environment variable.
|
| FilePasswordProvider |
PasswordProvider that reads password from a file.
|
| KeyStoreConfiguration |
Configuration of the KeyStore
|
| LaxHostnameVerifier |
An HostnameVerifier which accepts everything.
|
| MemoryPasswordProvider |
Simple PasswordProvider implementation that keeps the password char[] array in memory.
|
| SslConfiguration |
SSL Configuration
|
| SslConfigurationDefaults | |
| SslConfigurationFactory |
Creates an SSL configuration from Log4j properties.
|
| StoreConfiguration<T> | |
| TrustStoreConfiguration |
Configuration of the TrustStore
|
| Exception | Description |
|---|---|
| KeyStoreConfigurationException | |
| SslConfigurationException | |
| StoreConfigurationException | |
| TrustStoreConfigurationException |