#include <p6kmipserverparser.h>
Public Attributes | |
P6KMIP_CRYPTOPARAMSREQ | cryptoParams |
P6INT32 | finalIndicator |
P6INT32 | initIndicator |
p6IKMIPBinary * | pCorrelationValue |
p6IKMIPBinary * | pData |
p6IKMIPStr * | pUniqueId |
The contents of a MAC request operation from a KMIP client to the key server application.
pUniqueId - (optional) an enumerator holding one unique identifiers for the key to use for the MAC operation cryptoParams - (optional) cryptograhic algorithm corresponding to the particular MAC method requested pData - (optional) byte string of data for the MAC operation, required for single operation and may not be need for some multi-part operations pCorrelationValue - (optional) used for streaming sign operation, specifies the stream of data to use initIndicator - (optional) used for streaming sign operation, a boolean value: 0 - false, 1 - true, -1 not set by client finalIndicator - (optional) used for streaming sign operation, a boolean value: 0 - false, 1 - true, -1 not set by client
Definition at line 786 of file p6kmipserverparser.h.