CCA verbs
CCA verbs implement a variety of cryptographic processes and data-security techniques.
Each available verb (also called service) is documented in detail in a separate topic with the following subtopics (see also Verbs, variables, and parameters):
- Format
- Parameters
- Restrictions
- Required commands
- Usage notes
- In addition, 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.
If one of these subtopics is missing, because there are no usage notes or restrictions, for example, this is indicated in the verb's introduction section.