Package | Description |
---|---|
bayou.ssl |
SSL support.
|
Modifier and Type | Method and Description |
---|---|
SslConf |
SslConf.contextProtocol(String contextProtocol)
The protocol for
SSLContext.getInstance(protocol) |
SslConf |
SslConf.keyManagerFactoryAlgorithm(String keyManagerFactoryAlgorithm)
Algorithm for KeyManagerFactory.
|
SslConf |
SslConf.keyStoreFile(String keyStoreFile)
The key store file path.
|
SslConf |
SslConf.keyStorePass(String keyStorePass)
The key store file password.
|
SslConf |
SslConf.keyStoreType(String keyStoreType)
The keys tore file type.
|
SslConf |
SslConf.trustAll()
Use a TrustManager that accept all peer certificates, including all self-signed ones.
|
SslConf |
SslConf.trustManagerFactoryAlgorithm(String trustManagerFactoryAlgorithm)
Algorithm for KeyManagerFactory.
|
SslConf |
SslConf.trustStoreFile(String trustStoreFile)
The trust store file path.
|
SslConf |
SslConf.trustStorePass(String trustStorePass)
The trust store file password.
|
SslConf |
SslConf.trustStoreType(String trustStoreType)
The trust store file type.
|