#include <p6kmipserverparser.h>
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.