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

#include <p6kmipencoder.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR getBufPtr (p6IIoBuffer **pBuffer)=0
 
virtual P6R::P6ERR initialize (P6KMIPENCODERFLAGS flags, P6KMIPVERSION version, p6IIoBufferFactory *pPool, P6KMIP_ENCODER_PREF *pPreferences)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 

Detailed Description

This interface is used to create / encode the construction of a KMIP message as defined in Key Management Interoperability Protocol Specification Version 1.0, 1.2, 1.3, 19 May 2015, (http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=kmip), (http://docs.oasis-open.org/kmip/spec/v1.2/os/kmip-spec-v1.2-os.html),.

To create a request message the caller should use the p6IKMIPRequest interface to this component. To create a response message the caller should use the p6IKMIPResponse interface to this component.

Definition at line 6986 of file p6kmipencoder.h.


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