#include <p6kmipserverparser.h>
Public Attributes | |
P6UINT32 | compressionType |
P6UINT32 | cryptoAlgorithm |
P6UINT32 | cryptoLength |
P6UINT32 | keyFormatType |
p6IKMIPBinary * | pKeyValue |
P6KMIP_KEYWRAPPING_DATAREQ | wrapData |
Encrypted and/or signed key material with the wrapping details returned.
keyFormatType - how is the unwrapped key encoded, see Section 9.1.3.2.3 in p6kmip.h, Key Format Type Enumeration compressionType - how it is encoded see Section 9.1.3.2.2 in p6kmip.h, Key Compression Type Enumeration, set to zero when no value set, cryptoAlgorithm - the cipher type associated with the key, set to zero when no value set cryptoLength - the size of the key, set to zero when no value set, see Section 9.1.3.2.13 in p6kmip.h, Cryptographic Algorithm Enumeration pKeyValue - the unencoded Key Value structure in a Key Block which is encrypted and or signed wrappingData - details on how the value in pKeyValue is wrapped
Definition at line 129 of file p6kmipserverparser.h.