#include <p6kmipencoder.h>
Public Attributes | |
P6UINT32 | compressionType |
P6UINT32 | formatType |
P6UINT32 | objectType |
P6KMIP_KEYWRAPPING * | pWrapInfo |
P6BCSTR | 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 wrappedKey - the actual key material in TTLV encoding encrypted and/or signed pWrapInfo - key info used for encrypting and/or signning
Definition at line 473 of file p6kmipencoder.h.