Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
JNI KMIP Example 1 - Basic Client Operation

This example demonstrates a basic sequence of KMIP operations all in one test.

The following API functions are used: initializeLibrary, open, createSymmetricKey, getSymmetricKey, addTextAttribute, getAttribute, locateByTextAttribute, destroy, createKeyPair, getPublicKey, getPrivateKey, close, and freeLibrary.