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

#include <p6kmipclient.h>

Public Attributes

P6BOOL bBinaryBlob
 
P6KMIP_MSGEXTENSIONpExtension
 
P6UINT32pKeyCompression
 
P6UINT32pKeyFormat
 
P6UINT32pKeyWrapType
 
P6KMIP_WRAPPINGSPECpSpec
 
P6NCSTR uniqueId
 

Detailed Description

P6KMIP_GETPARAMS.

Specific parameters required by the Get operation.

uniqueId - optional uniqueId.pString can be NULL, pointer to the managed object to return. If NULL the server determines the object to return. pKeyFormat - optional can be NULL, if a key is being returned specify its format, see Section 9.1.3.2.3 in p6kmip.h, Key Format Type Enumeration pKeyCompression - optional can be NULL, if a key is being returned specify the compression being used, see Section 9.1.3.2.2 in p6kmip.h, Key Compression Type Enumeration pSpec - optional can be NULL, can be used for all managed objects except templates, specifies how to return an object wrapped (i.e., encrypted and/or signed) pExtension - optional can be NULL, an extension specific to a locate operation bBinaryBlob - if true the caller is requesting to get a key or certificate returned as a binary blob (as long as the returned key format supports it) pKeyWrapType - optional can be NULL, if a key is being returned specify its format, see Section 9.1.3.2.49 in p6kmip.h, Key Wrap Type Enumeration

Definition at line 1320 of file p6kmipclient.h.


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