| Package | Description |
|---|---|
| redis.clients.jedis |
| Modifier and Type | Method and Description |
|---|---|
static SslOptions.Builder |
SslOptions.builder()
Returns a new
SslOptions.Builder to construct SslOptions. |
SslOptions.Builder |
SslOptions.Builder.keystore(java.io.File keystore)
Sets the Keystore file to load client certificates.
|
SslOptions.Builder |
SslOptions.Builder.keystore(java.io.File keystore,
char[] keystorePassword)
Sets the Keystore file to load client certificates.
|
SslOptions.Builder |
SslOptions.Builder.keystore(SslOptions.Resource resource,
char[] keystorePassword)
Sets the Java Keystore resource to load client certificates.
|
SslOptions.Builder |
SslOptions.Builder.keystore(java.net.URL keystore)
Sets the Keystore resource to load client certificates.
|
SslOptions.Builder |
SslOptions.Builder.keystore(java.net.URL keystore,
char[] keystorePassword)
Sets the Keystore resource to load client certificates.
|
SslOptions.Builder |
SslOptions.Builder.keyStoreType(java.lang.String keyStoreType)
Sets the KeyStore type.
|
SslOptions.Builder |
SslOptions.Builder.sslParameters(javax.net.ssl.SSLParameters sslParameters)
Sets a configured
SSLParameters. |
SslOptions.Builder |
SslOptions.Builder.sslProtocol(java.lang.String protocol)
The SSL/TLS protocol to be used to initialize
SSLContext. |
SslOptions.Builder |
SslOptions.Builder.sslVerifyMode(SslVerifyMode sslVerifyMode)
Sets the
SslVerifyMode. |
SslOptions.Builder |
SslOptions.Builder.truststore(java.io.File truststore)
Sets the Truststore file to load trusted certificates.
|
SslOptions.Builder |
SslOptions.Builder.truststore(java.io.File truststore,
char[] truststorePassword)
Sets the Truststore file to load trusted certificates.
|
SslOptions.Builder |
SslOptions.Builder.truststore(SslOptions.Resource resource,
char[] truststorePassword)
Sets the Truststore resource to load trusted certificates.
|
SslOptions.Builder |
SslOptions.Builder.truststore(java.net.URL truststore)
Sets the Truststore resource to load trusted certificates.
|
SslOptions.Builder |
SslOptions.Builder.truststore(java.net.URL truststore,
char[] truststorePassword)
Sets the Truststore resource to load trusted certificates.
|
SslOptions.Builder |
SslOptions.Builder.trustStoreType(java.lang.String trustStoreType)
Sets the KeyStore type.
|
Copyright © 2025. All rights reserved.