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

#include <p6kmipclient.h>

Public Attributes

P6KMIP_TEMPLATEATTRIBUTE attributes
 
P6KMIP_MSGEXTENSIONpExtension
 
P6UINT32 type
 
union {
   p6ICert *   pCertificate
 
   P6KMIP_RAWCERT   rawCertificate
 
value
 

Detailed Description

P6KMIP_CERTPARAMS.

A certificate in one of the many formats supported by this client.

attrbutes - any of the defined attributes to be associated with the registered object (e.g., Object Group) pExtension - optional can be NULL, vendor defined extension to the operation type - indicates which union element is used {1..}, 0 means no value set

pCertificate - item 1, a P6R p6ICert object to be sent to a KMIP server for storage rawCertificate - item 2, certificate in a form that supported in a p6ICert object

Definition at line 1276 of file p6kmipclient.h.


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