Class SslOptions


  • public class SslOptions
    extends java.lang.Object
    Options to configure SSL options for the connections kept to Redis servers. This is a compatibility implementation for GLIDE wrapper.
    • Method Detail

      • getKeyStoreType

        public java.lang.String getKeyStoreType()
      • getTrustStoreType

        public java.lang.String getTrustStoreType()
      • getKeystorePassword

        public char[] getKeystorePassword()
      • getTruststorePassword

        public char[] getTruststorePassword()
      • getSslParameters

        public javax.net.ssl.SSLParameters getSslParameters()
      • getSslProtocol

        public java.lang.String getSslProtocol()