| Package | Description |
|---|---|
| redis.clients.jedis |
| Modifier and Type | Method and Description |
|---|---|
static SslOptions.Resource |
SslOptions.Resource.from(java.io.File file)
|
static SslOptions.Resource |
SslOptions.Resource.from(java.net.URL url)
|
| Modifier and Type | Method and Description |
|---|---|
SslOptions.Builder |
SslOptions.Builder.keystore(SslOptions.Resource resource,
char[] keystorePassword)
Sets the Java Keystore resource to load client certificates.
|
SslOptions.Builder |
SslOptions.Builder.truststore(SslOptions.Resource resource,
char[] truststorePassword)
Sets the Truststore resource to load trusted certificates.
|
Copyright © 2025. All rights reserved.