#include <p6kmipserverparser.h>
Public Attributes | |
P6KMIP_CRYPTOPARAMSREQ | cryptoParams |
P6INT32 | finalIndicator |
P6INT32 | initIndicator |
p6IKMIPBinary * | pCorrelationValue |
p6IKMIPBinary * | pData |
The contents of a hash request operation from a KMIP client to the key server application.
cryptoParams - hash algorithm corresponding to the particular hash method requested pData - byte string of data to be hashed, required for single operation but may not be needed for some calls to a multi-part operation 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 881 of file p6kmipserverparser.h.