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

#include <p6kmipencoder.h>

Public Attributes

P6UINT32 encodingOption
 
P6KMIP_KEYID encryptKey
 
P6BCSTR IV
 
P6UINT32 method
 
P6BCSTR signature
 
P6KMIP_KEYID signKey
 

Detailed Description

P6KMIP_KEYWRAPPING.

Section 2.1.5 (in KMIP spec) Key Wrapping Data method - see Section 9.1.3.2.4 in p6kmip.h, Wrapping Method Enumeration encryptKey - optional, when empty encryptKey.uniqueId.pString set to NULL, only if encryption used for wrapping signKey - optional, when empty signKey.uniqueId.pString set to NULL, only if signning used for wrapping signature - optional, when empty signature.pString set to NULL, MAC/signature if signKey defined IV - optional, when empty IV.pString set to NULL, IV/Counter/Nonce encodingOption - optional, set to zero when not in use, see Section 9.1.3.2.32 in p6kmip.h, Encoding Option Enumeration

Definition at line 538 of file p6kmipencoder.h.


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