-
Sub-task
-
Resolution: Delivered
-
P4
-
18
-
b26
-
generic
-
generic
-
Verified
Support for AES/KW/NoPadding, AES/KW/PKCS5Padding and AES/KWP/NoPadding ciphers is added to SunJCE provider since jdk 17. The cipher block size for these transformations should be 8 instead of 16. In addition, for KWP mode, only the default IV, i.e. 0xA65959A6, is allowed to ensure maximum interoperability with other implementations. Other IV values will be rejected with exception during Cipher.init(...) calls.
- relates to
-
JDK-8248268 Support KWP in addition to KW
- Resolved