The Java Cryptography Extension (JCE) is integrated into the software development kit (SDK) V1.4.x and is no longer an optional package. However, the default JCE jurisdiction policy file shipped with the SDK enables you to use cryptography to enforce this default policy.
Due to export and import regulations, the default JCE jurisdiction policy file shipped with the SDK enables you to use strong, but limited, cryptography only. To enforce this default policy, WebSphere Application Server uses a JCE jurisdiction policy file that might introduce a performance impact. The default JCE jurisdiction policy might have a performance impact on the cryptographic functions that are supported by Web services security. If you have Web services applications that use transport level security for XML encryption or digital signatures, you might encounter performance degradation over previous releases of WebSphere Application Server. However, IBM and Sun Microsystems provide versions of these jurisdiction policy files that do not have restrictions on cryptographic strengths. If you are permitted by your governmental import and export regulations, download one of these jurisdiction policy files. After downloading one of these files, the performance of JCE and Web services security might improve. For WebSphere Application Server platforms using IBM Developer Kit, Java Technology Edition V5, you can obtain unlimited jurisdiction policy files by completing the following steps:
The Unrestricted JCE Policy files for the SDK Web site is displayed.
For i5/OS operating system (both V5R3 and V5R4) and IBM Software Development Kit Version 1.5, the restricted JCE jurisdiction policy files are configured, by default. You can download the unrestricted JCE jurisdiction policy files from the following Web site: http://www.ibm.com/developerworks/java/jdk/security/50:
Note: If Java 2 Standard Edition (J2SE) 32-bit for i5/OS is the enabled JVM for your profile, substitute /QOpenSys/QIBM/ProdData/JavaVM/jdk50/32bit/jre for /QIBM/ProdData/Java400/jdk15 as the path name in the following steps.
To configure the unrestricted jurisdiction policy files for the i5/OS operating system and the IBM Software Development Kit V1.5, complete the following steps:
/QIBM/ProdData/Java400/jdk15/lib/security/local_policy.jar /QIBM/ProdData/Java400/jdk15/lib/security/US_export_policy.jar
DSPAUT OBJ('/qibm/proddata/java400/jdk15/lib/security/local_policy.jar')
CHGAUT OBJ('/qibm/proddata/java400/jdk15/lib/security/local_policy.jar') USER(*PUBLIC) DTAAUT(*RX) OBJAUT(*NONE)
In IBM
WebSphere Application Server V6.1 and later, Web services security
supports the use of cryptographic hardware devices. There are two ways in
which to use hardware cryptographic devices with Web services security. See Hardware cryptographic device support for Web Services Security for more information.