In this example, first module is to convert payload from XML to CSV format using MessageTransformBean. Then PGPEncryption module used to apply signature and encryption to CSV message, and finally send out to target using SFTP adapter or any other
Seeburger PGP Module to Sign and Encrypt Payload
PGP general flow (X send to Y):At X side sending, sign with X private key, Encrypt with Y public key.At Y side receiving, verify with X public key, Decrypt with Y private key.Below show an example usage of Seeburger PGP