Additional libraries needed for OpenPGP

Top  Previous  Next

If you are planning to use the OpenPGP features that are included as part of JSCAPE MFT Server, then you may need to install the JCE Unlimited Strength Jurisdiction Policy Files distributed by Oracle.  OpenPGP features may work without this process, but only for PGP keys of limited strengths.

 

Due to export restriction the version of the policy files bundled by default with the JDK allow "strong" but limited cryptography to be used.  The "unlimited strength" policy files contain no restrictions on the cryptographic strengths.

 

Download Unlimited Strength Jurisdiction Policy Files

 

http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html  (JVM 1.6)

 

http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html  (JVM 1.7)

 

http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html (JVM 1.8)

 

Installation

 

1.  Determine the location of the JVM/JDK you are using by opening the .install4j\inst_jre.cfg file located in your JSCAPE MFT Server installation directory.  This  file will contain the path to the JRE used when running JSCAPE MFT Server.

 

Example

 

c:\program files\java\jre

 

2. Extract the contents of the Unlimited Strength Jurisdiction Policy Files to a temporary directory.

 

3. Copy the local_policy.jar and US_export_policy.jar files extracted in the previous step to the lib\security directory of your JRE making sure to backup previous versions of these jar files should you decide to revert back to the previous installation.  

 

Example

 

c:\program files\java\jre\lib\security

 

4.  Restart both the JSCAPE MFT Server Service and JSCAPE MFT Server Manager.