I am trying to decrypt the encrypted assertion sent by IDP within artifact resolve. But I get an error as :
17:01:55.734 [http-8443-2] ERROR o.o.x.e.Decrypte
This happens due to limitation of cryptography strength in default distribution of Java Runtime Environment.
Download Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files (for Java 7) (for Java 8)
Extract zip archive and find there local_policy.jar
and US_export_policy.jar
.
Replace your JRE version of these files under $JAVA_HOME/jre{version_number}/lib/security/ with downloaded ones.
Restart JRE process, if any running. Now you can use longer keys.