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

#include <p6kmipencoder.h>

Public Attributes

P6UINT32 compressionType
 
P6UINT32 cryptoAlgorithm
 
P6UINT32 cryptoLength
 
P6UINT32 formatType
 
P6UINT32 objectType
 
P6KMIP_KEYWRAPPINGpWrapInfo
 
P6BCSTR wrappedKey
 

Detailed Description

P6KMIP_WRAPPEDKEY.

When the key material is not in a p6ICryptoKey object or when it needs to be encrypted. objectType - what is encoded, see Section 9.1.3.2.12 in p6kmip.h, Object Type Enumeration formatType - how it is 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 if no compression used cryptoAlgorithm - optional, set to zero when not in use, see Section 9.1.3.2.13 Cryptographic Algorithm Enumeration cryptoLength - optional, set to zero when not in use wrappedKey - the actual key material in TTLV encoding encrypted and/or signed pWrapInfo - key info used for encrypting and/or signning

Definition at line 579 of file p6kmipencoder.h.


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