The <encrypt_body> pipeline configuration element
Directs DFHWSSE to encrypt the body of outbound SOAP messages, and provides information about how the messages are to be encrypted.
Used in:
- Service provider
- Service requester
Contained by:
Contains:
- An
<algorithm>element containing the URI that identifies the algorithm used to encrypt the body of the SOAP message. You can specify the algorithms shown in Encryption algorithms. - A
<certificate_label>element that specifies the label that is associated with a digital certificate in RACF®. The digital certificate provides the key that is used to encrypt the message.
Example
<encrypt_body>
<algorithm>http://www.w3.org/2001/04/xmlenc#aes256-cbc</algorithm>
<certificate_label>ENCCERT02</certificate_label>
</encrypt_body>