#include <p6kmipserverparser.h>
Public Attributes | |
P6TIME | compromiseOccurrenceDate |
P6KMIP_MSGEXTENSIONREQ | extension |
p6IKMIPStr * | pMessage |
p6IKMIPStr * | pUniqueId |
P6UINT32 | reasonCode |
The contents of a revoke request operation from a KMIP client to the key server application.
pUniqueId - (optional) an enumerator holding one unique identifier for the managed object in this request reasonCode - revocation reason code, see Section 9.1.3.2.19 in p6kmip.h, Revocation Reason Code Enumeration pMessage - (optional) revocation message used for audit trail / logging purposes compromiseOccurrenceDate - (optional) just for key or CA compromise (set to zero if not in use) extension - (optional) extension.pVendorId set to NULL when not in use, used to extend protocol messages for the purpose of adding vendor-specified extensions
Definition at line 538 of file p6kmipserverparser.h.