SslConfigurator |
SslConfigurator.copy() |
Create a copy of the current SSL configurator instance.
|
SslConfigurator |
SslConfigurator.keyManagerFactoryAlgorithm(String algorithm) |
Set the key manager factory algorithm.
|
SslConfigurator |
SslConfigurator.keyManagerFactoryProvider(String provider) |
Set the key manager factory provider.
|
SslConfigurator |
SslConfigurator.keyPassword(char[] password) |
Set the password of the key in the key store.
|
SslConfigurator |
SslConfigurator.keyPassword(String password) |
Set the password of the key in the key store.
|
SslConfigurator |
SslConfigurator.keyStore(KeyStore keyStore) |
Set the key store instance.
|
SslConfigurator |
SslConfigurator.keyStoreBytes(byte[] payload) |
Set the key store payload as byte array.
|
SslConfigurator |
SslConfigurator.keyStoreFile(String fileName) |
Set the key store file name.
|
SslConfigurator |
SslConfigurator.keyStorePassword(char[] password) |
Set the password of key store.
|
SslConfigurator |
SslConfigurator.keyStorePassword(String password) |
Set the password of key store.
|
SslConfigurator |
SslConfigurator.keyStoreProvider(String keyStoreProvider) |
Set the key store provider name.
|
SslConfigurator |
SslConfigurator.keyStoreType(String keyStoreType) |
Set the type of key store.
|
static SslConfigurator |
SslConfigurator.newInstance() |
Get a new & initialized SSL configurator instance.
|
static SslConfigurator |
SslConfigurator.newInstance(boolean readSystemProperties) |
Get a new SSL configurator instance.
|
SslConfigurator |
SslConfigurator.retrieve() |
Retrieve the SSL context configuration from the system properties.
|
SslConfigurator |
SslConfigurator.retrieve(Properties props) |
Retrieve the SSL context configuration from the supplied properties.
|
SslConfigurator |
SslConfigurator.securityProtocol(String protocol) |
Set the SSLContext protocol.
|
SslConfigurator |
SslConfigurator.trustManagerFactoryAlgorithm(String algorithm) |
Set the trust manager factory algorithm.
|
SslConfigurator |
SslConfigurator.trustManagerFactoryProvider(String provider) |
Set the trust manager factory provider.
|
SslConfigurator |
SslConfigurator.trustStore(KeyStore trustStore) |
Set the trust store instance.
|
SslConfigurator |
SslConfigurator.trustStoreBytes(byte[] payload) |
Set the trust store payload as byte array.
|
SslConfigurator |
SslConfigurator.trustStoreFile(String fileName) |
Set the trust store file name.
|
SslConfigurator |
SslConfigurator.trustStorePassword(String password) |
Set the password of trust store.
|
SslConfigurator |
SslConfigurator.trustStoreProvider(String trustStoreProvider) |
Set the trust store provider name.
|
SslConfigurator |
SslConfigurator.trustStoreType(String trustStoreType) |
Set the type of trust store.
|