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

#include <p6kmipencoder.h>

Public Attributes

P6UINT32 privateKeyEncoding
 
P6UINT32 publicKeyEncoding
 
P6UINT32 symmetricKeyEncoding
 

Detailed Description

P6KMIP_ENCODER_PREF.

In the KMIP protocol there are several ways to do the same thing (e.g., encoding asymmetric keys). This structure allows the caller to over ride the default encoder behavior.

privateKeyEncoding - When this parameter is set to zero the internal default is used. Otherwise the value selected from Section 9.1.3.2.3 Key Format Type Enumeration,

publicKeyEncoding - When this parameter is set to zero the internal default is used. Otherwise the value selected from Section 9.1.3.2.3 Key Format Type Enumeration,

symmetricKeyEncoding - When this parameter is set to zero the internal default is used. Otherwise the value selected from Section 9.1.3.2.3 Key Format Type Enumeration,

Definition at line 6945 of file p6kmipencoder.h.


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