#include <p6kmipserverparser.h>
The contents of a decrypt 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 decrypt operation cryptoParams - (optional) block cipher mode, padding method corresponding to the particular decryption method requested pData - (optional) byte string of data to be decrypted, required for single operation but may not be needed for some calls to a multi-part operation pIVCounterNonce - (optional) initialization vector, counter or nonce depending on algorithm used 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 pAuthEncryptAddData - (optional) Authenticated Encryption Additonal Data, used in authenticated encryption pAuthEncryptTag - (optional) Authenticated Encryption Tag, used to authenticate the decrypted data, if used in muliti-part operation this tag must be provided on the initial request
Definition at line 858 of file p6kmipserverparser.h.