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

#include <p6kmipserverparser.h>

Public Attributes

P6UINT32 compressionType
 
P6UINT32 cryptoAlgorithm
 
P6UINT32 cryptoLength
 
P6UINT32 keyFormatType
 
p6IKMIPBinarypKeyValue
 
P6KMIP_KEYWRAPPING_DATAREQ wrapData
 

Detailed Description

P6KMIP_WRAPKEYBLOCK_REQ.

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.


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