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

Does your KMIP server under test properly implement the 'Name' attribute's support of multi-instance values.

We found that some KMIP servers do not handle this case properly and this example can demonstrate a KMIP server bug. The following API functions used: initializeLibrary, open, createSymmetricKey, addTextAttribute, getAttribute, deleteAttribute, getAllAttributes, destroy, close, and freeLibrary.