The encryption classes allow for easy and common access to the Java Crypto API. All encryption values can be updated at runtime.
The AesEncryptionStrategy lets you encrypt mail jobs using the AES-256 algorithm.
Key | Default | Description |
---|---|---|
secret | Indicates the passphrase to use with the AES-256 algorithm for encrypting mail jobs. Alternatively, you can update this value at runtime. |
The TripleDesEncryptionStrategy lets you encrypt mail jobs using the 3-DES algorithm.
Key | Default | Description |
---|---|---|
secret | Indicates the passphrase to use with the 3-DES algorithm for encrypting mail jobs. Alternatively, you can update this value at runtime. |