CCA verbs

CCA verbs implement a variety of cryptographic processes and data-security techniques. Each available verb is documented in detail in a separate topic.

For each documented verb, a Java Native Interface (JNI) is defined that you can use for JNI work.

Note: In this JNI, a new data type hikmNativeLong is replacing the old type hikmNativeInteger since CCA version 5.2. Both types inherit from an abstract class hikmNativeNumber. Thus, type hikmNativeInteger is still supported, so you can run existing applications with this deprecated data type. However, start using type hikmNativeLong for new applications instead, because hikmNativeInteger may be removed in the future.