#include <p6kmipserverparser.h>
Public Attributes | |
P6UINT32 | keyCompressionType |
P6UINT32 | keyFormatType |
P6UINT32 | keyWrapType |
p6IKMIPStr * | pUniqueId |
P6KMIP_KEYWRAPPING_SPECREQ | wrap |
The contents of an export request operation from a KMIP client to the key server application (added to KMIP 1.4)
pUniqueId - (optional) an enumerator holding one unique identifier for the managed object in this request keyFormatType - (optional) define the format of the key to be returned, see Section 9.1.3.2.3 in p6kmip.h, Key Format Type Enumeration keyWrapType - (optional) if a key is being returned specify its format, see Section 9.1.3.2.48 in p6kmip.h, Key Wrap Type Enumeration keyCompressionType - (optional) see Section 9.1.3.2.2 in p6kmip.h, Key Compression Type Enumeration wrap - (optional) specifies keys and other information for wrapping the returned managed object
Definition at line 595 of file p6kmipserverparser.h.