| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| Modifier and Type | Method and Description |
|---|---|
static SslOptions.Builder |
SslOptions.builder()
Returns a new
SslOptions.Builder to construct SslOptions. |
SslOptions.Builder |
SslOptions.Builder.jdkSslProvider()
Use the JDK SSL provider for SSL connections.
|
SslOptions.Builder |
SslOptions.Builder.keystore(File keystore)
Sets the Keystore file to load client certificates.
|
SslOptions.Builder |
SslOptions.Builder.keystore(File keystore,
char[] keystorePassword)
Sets the Keystore file to load client certificates.
|
SslOptions.Builder |
SslOptions.Builder.keystore(URL keystore)
Sets the Keystore resource to load client certificates.
|
SslOptions.Builder |
SslOptions.Builder.keystore(URL keystore,
char[] keystorePassword)
Sets the Keystore resource to load client certificates.
|
SslOptions.Builder |
SslOptions.Builder.openSslProvider()
Use the OpenSSL provider for SSL connections.
|
SslOptions.Builder |
SslOptions.Builder.truststore(File truststore)
Sets the Truststore file to load trusted certificates.
|
SslOptions.Builder |
SslOptions.Builder.truststore(File truststore,
String truststorePassword)
Sets the Truststore file to load trusted certificates.
|
SslOptions.Builder |
SslOptions.Builder.truststore(URL truststore)
Sets the Truststore resource to load trusted certificates.
|
SslOptions.Builder |
SslOptions.Builder.truststore(URL truststore,
String truststorePassword)
Sets the Truststore resource to load trusted certificates.
|
| Constructor and Description |
|---|
SslOptions(SslOptions.Builder builder) |
Copyright © 2019 lettuce.io. All rights reserved.