IAIK-JCE is a Java Cryptography Extension that has a set of APIs and can implement cryptographic functionality. It is used for supporting additional security functionalities to the JDK. IAIK-JCE libraries can be used to support higher level of encryption while storing/transmitting sensitive information (for example, passwords) in P6 EPPM.
IAIK-JCE is installed when you install P6 EPPM. To allow the P6 EPPM installer to recognize and install IAIK-JCE, you must modify your existing java.security
settings and copy the iaik_jce.ja
r file to the correct location in <Java_Home>.
To prepare IAIK-JCE for installation:
http://jce.iaik.tugraz.at/sic/Products/Core-Crypto-Toolkits/JCA_JCE
iaik_jce.zip
locally. See Tested Configurations for the supported versions of IAIK-JCE.iaik_jce.jar
to <Java_Home>/jre/lib/ext.
/jre/lib/security
and then add the following to java.security.security.provider.11=iaik.security.provider.IAIK
Note: If the number '11' is being used by another entry, use the next available number.
Related Topics |
Legal Notices
Copyright © 1999, 2016,
Oracle and/or its affiliates. All rights reserved.
Last Published Thursday, February 04, 2016