Class EncryptionConfig
java.lang.Object
com.linecorp.centraldogma.server.EncryptionConfig
Encryption configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptionConfig(@Nullable Boolean enabled, @Nullable Boolean encryptSessionCookie, @Nullable String kekId) Creates an instance. -
Method Summary
-
Constructor Details
-
EncryptionConfig
-
-
Method Details
-
enabled
public boolean enabled()Returns whether encryption is enabled. -
encryptSessionCookie
public boolean encryptSessionCookie()Returns whether to encrypt session cookies. -
kekId
Returns the Key Encryption Key (KEK) ID. -
toString
-