ICSF supports two methods of wrapping the key value in a fixed-length token: ECB wrapping and an enhanced CBC wrapping method which is ANSI X9.24 compliant.
The key value in AES tokens is always encrypted using AES encryption and cipher block chaining (CBC) mode.
Your installation's system programmer can, while customizing installation options data set as described in the z/OS Cryptographic Services ICSF System Programmer's Guidez/OS Cryptographic Services ICSF System Programmer's Guidez/OS Cryptographic Services ICSF System Programmer's Guide, use the DEFAULTWRAP parameter to specify the default key wrapping for symmetric keys. Application programs can override this default method using the WRAP-ENH (use enhanced method) and WRAP-ECB (use original ECB key-wrapping method) rule array keywords.