Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
JNI KMIP Example 7 - KMIP Structure Attributes

This example demonstrates how a Java program can add / modify / delete KMIP attributes that require a strcuture to represent (i.e., the attribute has multiple parts).

The following API functions are used: initializeLibrary, open, createSymmetricKey, addStructAttribute, addTextAttribute, getAttribute, getAllAttributes, destroy, close, and freeLibrary.