Class SslConfig

java.lang.Object
org.gridgain.internal.dcr.SslConfig

public class SslConfig extends Object
Configuration of the SSL options for IgniteClient connection.
  • Method Details

    • ciphers

      @Nullable public @Nullable Set<String> ciphers()
    • keyStorePath

      @Nullable public @Nullable String keyStorePath()
    • keyStorePassword

      @Nullable public @Nullable String keyStorePassword()
    • trustStorePath

      @Nullable public @Nullable String trustStorePath()
    • trustStorePassword

      @Nullable public @Nullable String trustStorePassword()
    • builder

      public static SslConfig.Builder builder()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object