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

#include <p6kmipserverparser.h>

Public Attributes

P6UINT32 encodingOption
 
P6KMIP_CRYPTOPARAMSREQ encryptParams
 
P6UINT32 method
 
p6IKMIPStrpAttributeName
 
p6IKMIPStrpEncryptKeyId
 
p6IKMIPStrpSignKeyId
 
P6KMIP_CRYPTOPARAMSREQ signParams
 

Detailed Description

P6KMIP_KEYWRAPPING_SPECREQ.

Section 2.1.6 (in KMIP spec) Key Wrapping Specification

method - see Section 9.1.3.2.4 in p6kmip.h, Wrapping Method Enumeration pEncryptKeyId - (optional) an enumerator containing the unique identifier of the encryption key used, NULL if encryption not used in wrapping encryptParams - (optional) cryptographic parameters used for encryption, set to all zeros if not used pSignKeyId - (optional) an enumerator containing the unique identifier of the key used to generate a signature, NULL if signing not used in wrapping encryptParams - (optional) cryptographic parameters used for signing, set to all zeros if not used pAttributeName - (optional) an enumerator containing one or more attribute names to be wrapped with the key material, NULL if not used encodingOption - (optional) zero when not in use, see Section 9.1.3.2.32 in p6kmip.h, Encoding Option Enumeration

Definition at line 107 of file p6kmipserverparser.h.


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