Class MutableEncryptionConfig

java.lang.Object
de.adorsys.datasafe.encrypiton.api.types.encryption.MutableEncryptionConfig

public class MutableEncryptionConfig extends Object
This is a helper class to aid mapping between Spring ConfigurationProperties and actual EncryptionConfig because Spring Boot had started to support immutable fields from version 2.2 which is rather new to rely on now. See EncryptionConfig for defaults and details on fields.
  • Constructor Details

    • MutableEncryptionConfig

      public MutableEncryptionConfig()
  • Method Details