About the Cryptography Module
This module provides cryptography capabilities to a Mule application. Its main features include:
-
Symmetric encryption and decryption of messages.
-
Asymmetric encryption and decryption of messages.
-
Message signing and signature validation of signed messages.
This module supports three different strategies to encrypt and sign your messages:
Additionally, this module offers two general operations to calculate and validate stream checksums.
See General Operations for more information.