Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
JNI KMIP Example 12 - Wrapping KMIP Keys

This example demonstrates how a Java program can get an existing key off of a KMIP server wrapped (i.e., encrypted) in another key (i.e., a Key Encrypting Key [KEK]).

The following API functions are used: initializeLibrary, open, createSymmetricKey, activate, getWrappedKey, revoke, destroy, close, and freeLibrary.