My2c2pKeyEngine

My2c2pKeyEngine is an application to create My2c2pKey.
Download My2c2pKeyEngine

If you do not have a pair of private key and public key, see Certificate Generator

Steps:

  1. Select your private key type.

  2. If your private key is pfx format, Click Browse and select your private key (.pfx) and enter your private key password. If your private key is pem format, you will need browse both public and private key and then enter your private key password.

  3. Click Generate My2c2pKey and you will get the encrypted text.

  4. You will need the paste encrypted My2c2pKey into your code when initiate the library.

Important:

If my2c2pKeyEngine is Not Responding, It need to update security policy for Java library.

Before Java 8 Update 151

For Java 8 Update 144 and earlier, you need to install the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy files:

  1. Download the unlimited strength JCE policy files from here.

  2. Extract the downloaded file.

  3. Replace the existing policy JAR files in $JAVA_HOME/jre/lib/security with the extracted unlimited strength policy JAR files.

    Note: In case you later decide to revert to the original limited policy versions, first make a backup of the original JCE policy files (US_export_policy.jar and local_policy.jar) in $JAVA_HOME/jre/lib/security.

Java 8 Update 151 and higher

The Unlimited Strength Jurisdiction Policy is included but not used by default. To enable it, you need to edit the java.security file in $JAVA_HOME/jre/lib/security (for JDK) or $JAVA_HOME/lib/security (for JRE). Uncomment (or include) the line:

    crypto.policy=unlimited

Java 9 and above

Should be enabled by default.

OpenJDK

Should be enabled by default.



Import