Directs DFHWSSE1 to encrypt the body of outbound SOAP messages, and provides information about how the messages are to be encrypted.
Algorithm | URI |
---|---|
Triple Data Encryption Standard algorithm (Triple DES) | http://www.w3.org/2001/04/xmlenc#tripledes-cbc |
Advanced Encryption Standard (AES) algorithm with a key length of 128 bits | http://www.w3.org/2001/04/xmlenc#aes128-cbc |
Advanced Encryption Standard (AES) algorithm with a key length of 192 bits | http://www.w3.org/2001/04/xmlenc#aes192-cbc |
Advanced Encryption Standard (AES) algorithm with a key length of 256 bits | http://www.w3.org/2001/04/xmlenc#aes256-cbc |
<encrypt_body>
<algorithm>http://www.w3.org/2001/04/xmlenc#aes256-cbc</algorithm>
<certificate_label>ENCCERT02</certificate_label>
</encrypt_body>