#include <p6kmipserverparser.h>
Public Attributes | |
P6KMIP_MSGEXTENSIONREQ | extension |
P6INT32 | offset |
p6IKMIPAttribute * | pAttribute |
p6IKMIPName * | pName |
p6IKMIPStr * | pUniqueId |
The contents of a re-key request operation from a KMIP client to the key server application.
pUniqueId - (optional) an enumerator holding one unique identifier for the a key in this request offset - (optional) -1 if not set by client, interval indicating the difference between the initialization date and the activation date of the replacement key to be created 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 392 of file p6kmipserverparser.h.