Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
KMIP Example 13 - Low Level SDK APIs

This example demonstrates how to use the lower level APIs of the SDK.

It demonstrates how to directly create a TLS session with a KMIP server, send that server binary KMIP request messages, and parse binary KMIP response messages received from the server. This example uses a small set of the SDK's component making it different from all of the other examples.

This example registers secret data onto the KMIP server, then retrieves a copy of it off of the server, and finally cleans up by destroying it off of the server.