Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6IKMIPDecoder Interface Referenceabstract

#include <p6kmipdecoder.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR getRootStructure (p6IKMIPStructure **ppRoot)=0
 
virtual P6R::P6ERR initialize (P6KMIPDECODERFLAGS flags)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 
virtual P6R::P6ERR setBufPtr (p6IIoBuffer *pBuffer)=0
 

Detailed Description

This interface is used to parse an existing KMIP message as defined in Key Management Interoperability Protocol Specification Version 1.0, 15 Jun 2010, (http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=kmip), (http://docs.oasis-open.org/kmip/spec/v1.0/cs01/kmip-spec-1.0-cs-01.html),.

The caller uses a series of enumerators to walk the KMIP message. The contents of each KMIP structure type are tranversed by a separate enumerator.

Definition at line 227 of file p6kmipdecoder.h.


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