Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Java Native Interface (JNI) KMIP Examples

JNI KMIP Examples

Several modifications are required to make this example run on your machine:

  1. In each example, change the server fully qualiified domain name for the KMIP server to connect to
    kc.open("kmiptest01.p6r.com", null);
    to your own server you wish to test against.
  2. Make sure that P6R's JNI implementation (i.e., p6javakmip.dll for Windows or libp6javakmip.so for Linux) is in the Java Classpath.
  3. Remember that you have to use the p6kmiptool to create the required P6R keystore that holds all KMIP server TLS crendentials.