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

#include <p6kmipencoder.h>

Public Attributes

P6UINT32 cryptoAlgorithm
 
P6UINT32 cryptoLength
 
P6BCSTR keyMaterial
 
P6UINT32 keyVersion
 

Detailed Description

P6KMIP_PGPKEY.

PGP Keys are treated as opaque objects. The caller has to properly serialize the PGP key into and out of the keyMaterial field.

keyVersion - version 3 or 4 of PGP keys are allowed keyMaterial - treated as a byte string that the caller knows the format, keyMaterial.pString can be NULL indicating that there is no Key Value field in the Key Block structure cryptoAlgorithm - value from Section 9.1.3.2.13 in p6kmip.h, Cryptographic Algorithm Enumeration cryptoLength - an integer value, size of the key in bits

Definition at line 705 of file p6kmipencoder.h.


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