Encryption algorithms
CICS supports the encryption algorithms required by the XML Encryption specification. Each algorithm is identified by a universal resource identifier (URI).
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 |