Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
JNI KMIP Example 4 - Re-key a KMIP Key

This example demonstrates how a Java program can re-key a symmetric key and an asymmetric key pair.

The following API functions are used: initializeLibrary, open, createSymmetricKey, reKey, createKeyPair, reKeyKeyPair, getAttribute, destroy, close, and freeLibrary.