#include <p6kmipserverparser.h>
The contents of a derive key request operation from a KMIP client to the key server application.
objectType - defines the type of object to be created, see Section 9.1.3.2.12 in p6kmip.h, Object Type Enumeration pUniqueId - an enumerator holding one or more unique identifiers to objects to be used to derive a new key derivationMethod - specify the method to be used to derive the new key, see Section 9.1.3.2.21 in p6kmip.h, Derivation Method Enumeration params - Cryptographic Parameters, see Section 3.6 of KMIP specification pIV - (optional) an empty IV is assumed if not provided pDerivationData - unless pUniqueId is to a secret data object pSalt - used for PBKDF2 derivation method iterationCount - used for PBKDF2 derivation method pName - an enumerator holding zero or more template names defined for the manged object identified by pUniqueId pAttribute - an enumerator holding one or more attributes defined for the manged object identified by pUniqueId extension - (optional) extension.pVendorId set to NULL when not in use, used to extend protocol messages for the purpose of adding vendor-specified extensions
Definition at line 444 of file p6kmipserverparser.h.