public interface SSLAdaptorServerSocketFactoryMBean extends AdaptorServerSocketFactory
Modifier and Type | Method and Description |
---|---|
void |
setKeyManagerAlgorithm(java.lang.String algorithm)
Sets the key manager algorithm, by default is "SunX509".
|
void |
setKeyManagerPassword(java.lang.String password)
Sets the password to access the key present in the keystore.
|
void |
setKeyStoreName(java.lang.String name)
Sets the name of the keystore; if the keystore is of type JKS, then this is a file name, that will be
resolved by the ClassLoader of this class, via getResourceAsStream.
|
void |
setKeyStorePassword(java.lang.String password)
Sets the password to access the keystore specified by
setKeyStoreName(java.lang.String) . |
void |
setKeyStoreType(java.lang.String keyStoreType)
Sets the type of the keystore, by default is "JKS".
|
void |
setSSLProtocol(java.lang.String protocol)
Sets the SSL protocol version, by default is "TLS".
|
void |
setTrustManagerAlgorithm(java.lang.String algorithm)
Sets the trust manager algorithm, by default is "SunX509".
|
void |
setTrustStoreName(java.lang.String name)
Sets the name of the truststore; if the truststore is of type JKS, then this is a file name, that will be
resolved by the ClassLoader of this class, via getResourceAsStream.
|
void |
setTrustStorePassword(java.lang.String password)
Sets the password to access the truststore specified by
setTrustStoreName(java.lang.String) . |
void |
setTrustStoreType(java.lang.String trustStoreType)
Sets the type of the truststore, by default is "JKS".
|
createServerSocket
void setKeyStoreType(java.lang.String keyStoreType)
void setTrustStoreType(java.lang.String trustStoreType)
void setKeyStoreName(java.lang.String name)
void setTrustStoreName(java.lang.String name)
void setKeyStorePassword(java.lang.String password)
setKeyStoreName(java.lang.String)
. It correspond to the value of the -storepass option of keytool.
void setTrustStorePassword(java.lang.String password)
setTrustStoreName(java.lang.String)
. It correspond to the value of the -storepass option of keytool.
void setKeyManagerAlgorithm(java.lang.String algorithm)
void setTrustManagerAlgorithm(java.lang.String algorithm)
void setKeyManagerPassword(java.lang.String password)
It correspond to the value of the -keypass option of keytool; if not specified, the KeyStore password is taken.
void setSSLProtocol(java.lang.String protocol)