04-23-04 02:33 AM
You need to add 4 files into your SUN JRE 1.4.2 setup. In the ${JAVA IN
STALLATION DIRECTORY}/lib/ext add the following files:
ibmjceprovider.jar
ibmpkcs.jar
ibmpkcs11.jar
ibmjcefw.jar
All of these files should be inside GSKit Installation:
${GSKIT DIRECTORY}/classes/jre/lib/ext
Finally you need to register IBM as a provider. To do this edit the java.sec
urity file in ${JAVA INSTALLATION DIRECTORY}/lib/security
add these lines to the appropriate place:
security.provider.6=com.ibm.spi.IBMCMSProvider
security.provider.7=com.ibm.crypto.provider.IBMJCE
This was installed on a Sun box, but I think the same principals apply. Hope
this helps. :-)
jyidiego
[ Post a follow-up to this message ]
|