Weblogic 10.3.6 Cipher Algorithm
I am changing the cipher algorithm from SHA1 DES to SHA2 256 AES. After deployment, I encounter exception java.security.InvalidKeyException: Illegal key size.
I've try to replace the local_policy.jar and US_export_policy.jar in /as_1/java/jre/security (which is the JAVA_HOME of our Oracle profile) with unlimited strength jce jar files (local_policy.jar and US_export_policy.jar).
I am using WebLogic version 10.3.6 and Oracle Fusion Middleware Report and Form Release 2.
Any advice on how to resolve this is greatly appreciated.