Class SslConfigEntry

java.lang.Object
org.gridgain.internal.dcr.metastorage.SslConfigEntry

public class SslConfigEntry extends Object
Ssl config for IgniteClient, stored representation.
  • 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 SslConfigEntry.Builder builder()
    • toBuilder

      public SslConfigEntry.Builder toBuilder()
      Create a builder prepopulated with data from this instance.
      Returns:
      SslConfigEntry.Builder instance prepopulated with data from this instance.
    • 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