Set up the java.security file for software encryption

This file is an example of the java.security file for Java™ Version 5.0. The java.security file is located on both the JSSE server and JSSE client LPARs, and must be tailored on both LPARs.

For software encryption, use the default settings in the java.security file. Different versions and levels of Java might provide different java.security files for different security providers. Issue this command:

cat /usr/lib64/jvm/java-1_5_0-ibm-1.5.0_sr7/jre/lib/security/java.security

security.provider.1=com.ibm.jsse2.IBMJSSEProvider2
security.provider.2=com.ibm.crypto.provider.IBMJCE
security.provider.3=com.ibm.crypto.pkcs11.provider.IBMPKCS11
security.provider.4=com.ibm.security.jgss.IBMJGSSProvider
security.provider.5=com.ibm.security.cert.IBMCertPath
security.provider.6=com.ibm.security.sasl.IBMSASL


Sample java.security file for software encryption