Uses of Interface
io.lettuce.core.SslOptions.Resource
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
-
Uses of SslOptions.Resource in io.lettuce.core
Methods in io.lettuce.core that return SslOptions.Resource Modifier and Type Method Description static SslOptions.ResourceSslOptions.Resource. from(File file)static SslOptions.ResourceSslOptions.Resource. from(URL url)Methods in io.lettuce.core with parameters of type SslOptions.Resource Modifier and Type Method Description SslOptions.BuilderSslOptions.Builder. keyManager(SslOptions.Resource keyCertChain, SslOptions.Resource key, char[] keyPassword)Sets the key and its certificate to use for client authentication.SslOptions.BuilderSslOptions.Builder. keystore(SslOptions.Resource resource, char[] keystorePassword)Sets the Java Keystore resource to load client certificates.SslOptions.BuilderSslOptions.Builder. trustManager(SslOptions.Resource certCollection)Sets the certificate resource to load trusted certificates.SslOptions.BuilderSslOptions.Builder. truststore(SslOptions.Resource resource, char[] truststorePassword)Sets the Truststore resource to load trusted certificates.