Class CryptoServiceConfig


  • public class CryptoServiceConfig
    extends java.lang.Object
    Configuration parameters required by a CryptoService.

    Receives the in-memory representation of a properties file and extracts parameters that are specifically required for CryptoService and presents them for retrieval through defined APIs.

    • Field Detail

      • cryptoServiceEncryptionDecryptionMode

        @Config("crypto.service.encryption.decryption.mode")
        @Default("GCM")
        public final java.lang.String cryptoServiceEncryptionDecryptionMode
        The mode to encrypt or decrypt. Accepted values are "GCM" for now. Ensure this algo goes hand in hand with KeyManagementService implementation
    • Constructor Detail