Calling the CCA JNI using the Java package infrastructure

Starting with CCA 5.0, there is only one method for calling the CCA JNI. Deprecated methods are no longer available, and therefore documented only in prior editions of this publication.

For more information, see topic JNI sample modules and sample code about available sample programs.

When calling the CCA JNI, you need import statements in the Java™ source files. The JNI JAR files used by this method are CNM.jar and, for the master key process, CNMMK.jar.

See Building the Java byte code for details about compiling and running Java applications with this method.