How to refer the unlimited key length JCE jar files.
843829Jan 26 2006 — edited Jan 30 2007Hi All,
The JDK 1.4.2_10 contains the local_policy.jar and US_export_policy.jar that do not permit an unlimited Key length( 64 bit).
- So I downloaded the unlimited ( Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 1.4.2
) https://jsecom15d.sun.com/ECom/EComActionServlet;jsessionid=0F59ACFF95A61F6C0E78B5CE8E0FA93B.
-Now I want JDK to refer these files without changing anything in existing JDK ( Means I don't want to replcae the existing local_policy.jar , US_export_policy.jar ).
- Is there any option or property which can tell the JDK to refer the other
files instead of this location :- C:\bea\WLS8.1SP04\jdk142_05\jre\lib\security.
Means I want to override these 2 existing files local_policy.jar , US_export_policy.jar without replcaing them.
Any pointers will be highly appreciated.