Java 11 AES KeyGenerator returning non standard key
We have an application that uses Symmetric Key for encrytping and decrypting. It was written with Java 8 and has been working fine. However, after we upgraded to OpenJDK 11, we are seeingc ases where the Key (javax.crypto.SecretKey) being generated for AES is of non-standard length.