Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
JNI KMIP Example 8 - Register a Certificate

This example demonstrates how a Java program can save a java generated X509 Certificate onto a KMIP server.

The following API functions are used: initializeLibrary, open, registerCertificate, getCertificate, destroy, close, and freeLibrary.