Previous Topic: Create Your Own SecurityNext Topic: Asynchronous Cooperative Flows


Encryption and Decryption

For those cooperative flows that use a CFB to exchange view data between a DPC and DPS, CA Gen offers the opportunity to have a portion of the request or the response that is transmitted in an encrypted form.

The use of encryption and decryption can occur regardless of the type of security processing being used (SECURITY_NONE, SECURITY_STANDARD or SECURITY_ENHANCED).

Two sets of user exits are invoked during the processing of a cooperative flow. One set lets the request be encrypted by the DPC and decrypted by the DPS. The other set lets the response be encrypted by the DPS and decrypted by the DPC. The two sets of encryption/decryption user exits can be used independently from the other. That is, the request can be encrypted without having to encrypt the response. The same is true for the response. The response buffer can be encrypted without having to encrypt the request.

Notes: