Table of Contents
If you exported your PKCS#12/Uber KeyStore file from your browser and used a password that is greater than 7 characters, you may need to download and install the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files so you can read the file.
This is a matter of U.S. policy and U.S. export controls (not due to technical reasons).
You can download the required files from:
In order to install Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files, follow the steps:
Download the unlimited strength JCE policy files;
Uncompress and extract the downloaded file - this will create a subdirectory called jce;
Install the unlimited strength policy JAR files:
the standard place for JCE jurisdiction policy JAR files is: <java-home>/lib/security [Unix] or <java-home>\lib\security [Win32]