Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
JNI KMIP Example 15 - Alternate Configuration KMIP

This example demonstrates how a Java program can use more than one p6kmiptool.conf file to support different groups of KMIP servers.

Each p6kmiptool.conf in use should be used to generate its own separate P6R Keystore to hold TLS credentials required by its set of KMIP servers. The following API functions are used: initializeLibrary, open, registerCertificate, getCertificate, destroy, close, and freeLibrary.