public abstract class AbstractSslContextFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SOCKET_ALGORITHM
The secure socket algorithm that is to be used.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSslContextFactory(java.security.KeyStore trustStore,
java.lang.String trustStorePassword,
java.security.KeyStore keyStore,
java.lang.String keyStorePassword) |
| Modifier and Type | Method and Description |
|---|---|
java.security.KeyStore |
getKeyStore() |
int |
getKeyStorePasswordLength() |
javax.net.ssl.SSLContext |
getSSLContext() |
java.security.KeyStore |
getTrustStore() |
int |
getTrustStorePasswordLength() |
public static final java.lang.String SOCKET_ALGORITHM
protected AbstractSslContextFactory(java.security.KeyStore trustStore,
java.lang.String trustStorePassword,
java.security.KeyStore keyStore,
java.lang.String keyStorePassword)
public java.security.KeyStore getKeyStore()
public java.security.KeyStore getTrustStore()
public int getKeyStorePasswordLength()
public int getTrustStorePasswordLength()
public javax.net.ssl.SSLContext getSSLContext()
throws ClientSslSocketFactoryException
ClientSslSocketFactoryException