#include <p6kmipserverparser.h>
Public Attributes | |
P6UINT32 | certRequestType |
P6UINT32 | offset |
p6IKMIPAttribute * | pAttribute |
p6IKMIPBinary * | pCertRequest |
p6IKMIPStr * | pCertReqUniqueId |
p6IKMIPName * | pName |
p6IKMIPStr * | pUniqueId |
The contents of a certify / re-certify request operation from a KMIP client to the key server application.
pUniqueId - (optional) an enumerator holding one unique identifier for a public key in this request certRequestType - (optional) the type of certificate requested, see Section 9.1.3.2.22 in p6kmip.h, Certificate Request Type Enumeration pCertRequest - (optional) a byte string with the certificate request offset - (optional) only for Re-Certify, interval indicating the difference between the initialization date and the activation date of the new certificate 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 pCertReqUniqueId - (optional) re-certify only, an enumerator holding one unique identifier for a Certificate Request in this request
Definition at line 471 of file p6kmipserverparser.h.