Encryption

The encryption classes allow for easy and common access to the Java Crypto API. All encryption values can be updated at runtime.

AesEncryptionStrategy

The AesEncryptionStrategy lets you encrypt mail jobs using the AES-256 algorithm.

  • Preferences node: /businesslayer/com/sybase365/mobiliser/util/messaging/encryption/aes/AesEncryptionStrategy
  • ConfigAdmin PID: com.sybase365.mobiliser.util.messaging.encryption.aes.AesEncryptionStrategy
You can set this configuration option:
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.

TripleDesEncryptionStrategy

The TripleDesEncryptionStrategy lets you encrypt mail jobs using the 3-DES algorithm.

  • Preferences node: /businesslayer/com/sybase365/mobiliser/util/messaging/channelmanager/encryption/tripledes/TripleDesEncryptionStrategy
  • ConfigAdmin PID: com.sybase365.mobiliser.util.messaging.channelmanager.encryption.tripledes.TripleDesEncryptionStrategy
You can set this configuration option:
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.