#include <p6kmipserverparser.h>
Public Attributes | |
P6KMIP_MSGEXTENSIONREQ | extension |
P6UINT32 | objectType |
p6IKMIPAttribute * | pAttribute |
p6IKMIPName * | pName |
p6IKMIPStr * | pUniqueId |
P6UINT32 | secretDataType |
The contents of a create split key request operation from a KMIP client to the key server application.
objectType - the type of managed object, see Section 9.1.3.2.12 in p6kmip.h, Object Type Enumeration pUniqueId - an enumerator holding one or many unique identifiers for each key in the split key secretDataType - (optional) which secret data type the split keys from, see Section 9.1.3.2.9 in p6kmip.h, Secret Data Type Enumeration pName - (optional) an enumerator holding zero or more template names defined for the manged object identified by pUniqueId pAttribute - (optional) an enumerator holding one or more attributes defined for the manged object identified by pUniqueId extension - (optional) extension.pVendorId set to NULL when not in use, used to extend protocol messages for the purpose of adding vendor-specified extensions
Definition at line 717 of file p6kmipserverparser.h.