Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::P6KMIP_SIGNATUE_VERIFYREQ Struct Reference

#include <p6kmipserverparser.h>

Public Attributes

P6KMIP_CRYPTOPARAMSREQ cryptoParams
 
P6INT32 finalIndicator
 
P6INT32 initIndicator
 
p6IKMIPBinarypCorrelationValue
 
p6IKMIPBinarypData
 
p6IKMIPBinarypDigestedData
 
p6IKMIPBinarypSignatureData
 
p6IKMIPStrpUniqueId
 

Detailed Description

P6KMIP_SIGNATUE_VERIFYREQ.

The contents of a signature verify 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 signature verify operation cryptoParams - (optional) digital signature, cryptograhic, or hashing algorithm corresponding to the particular signature method requested pData - (optional) byte string of data to be signed (either pData or pDigestedData are provided but not both) pDigestedData - (optional) byte string of digested data to be signed pSignatureData - required for single part operation, optional for streaming operation, byte string signature to be verified 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 763 of file p6kmipserverparser.h.


The documentation for this struct was generated from the following file: