Class EncryptionConfig

java.lang.Object
com.linecorp.centraldogma.server.EncryptionConfig

public final class EncryptionConfig extends Object
Encryption configuration.
  • Constructor Details

    • EncryptionConfig

      public EncryptionConfig(@Nullable Boolean enabled, @Nullable Boolean encryptSessionCookie, @Nullable String kekId)
      Creates an instance.
  • Method Details

    • enabled

      public boolean enabled()
      Returns whether encryption is enabled.
    • encryptSessionCookie

      public boolean encryptSessionCookie()
      Returns whether to encrypt session cookies.
    • kekId

      public @Nullable String kekId()
      Returns the Key Encryption Key (KEK) ID.
    • toString

      public String toString()
      Overrides:
      toString in class Object