SslContextConfigurator |
SslContextConfigurator.retrieve(java.util.Properties props) |
Retrieve settings from (system) properties.
|
SslContextConfigurator |
SslContextConfigurator.setKeyManagerFactoryAlgorithm(java.lang.String keyManagerFactoryAlgorithm) |
Sets the key manager factory algorithm.
|
SslContextConfigurator |
SslContextConfigurator.setKeyPassword(char[] keyPassword) |
Password of the key in the key store.
|
SslContextConfigurator |
SslContextConfigurator.setKeyPassword(java.lang.String keyPassword) |
Password of the key in the key store.
|
SslContextConfigurator |
SslContextConfigurator.setKeyStoreBytes(byte[] keyStoreBytes) |
Sets key store payload as byte array.
|
SslContextConfigurator |
SslContextConfigurator.setKeyStoreFile(java.lang.String keyStoreFile) |
Sets key store file name, also makes sure that if other key store
configuration parameters are not set to set them to default values.
|
SslContextConfigurator |
SslContextConfigurator.setKeyStorePassword(char[] keyStorePassword) |
Password of key store.
|
SslContextConfigurator |
SslContextConfigurator.setKeyStorePassword(java.lang.String keyStorePassword) |
Password of key store.
|
SslContextConfigurator |
SslContextConfigurator.setKeyStoreProvider(java.lang.String keyStoreProvider) |
Sets the key store provider name.
|
SslContextConfigurator |
SslContextConfigurator.setKeyStoreType(java.lang.String keyStoreType) |
Type of key store.
|
SslContextConfigurator |
SslContextConfigurator.setSecurityProtocol(java.lang.String securityProtocol) |
Sets the SSLContext protocol.
|
SslContextConfigurator |
SslContextConfigurator.setTrustManagerFactoryAlgorithm(java.lang.String trustManagerFactoryAlgorithm) |
Sets the trust manager factory algorithm.
|
SslContextConfigurator |
SslContextConfigurator.setTrustStoreBytes(byte[] trustStoreBytes) |
Sets trust store payload as byte array.
|
SslContextConfigurator |
SslContextConfigurator.setTrustStoreFile(java.lang.String trustStoreFile) |
Sets trust store file name, also makes sure that if other trust store
configuration parameters are not set to set them to default values.
|
SslContextConfigurator |
SslContextConfigurator.setTrustStorePassword(java.lang.String trustStorePassword) |
Password of trust store.
|
SslContextConfigurator |
SslContextConfigurator.setTrustStoreProvider(java.lang.String trustStoreProvider) |
Sets the trust store provider name.
|
SslContextConfigurator |
SslContextConfigurator.setTrustStoreType(java.lang.String trustStoreType) |
Type of trust store.
|