Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

MQe_CryptorPlugin.h File Reference


Detailed Description

API header file for MQe Cryptor plugin.


Data Structures

struct  MQeCryptor_EncryptInput_st
 input parameter structure for MQeCryptor_EncryptFunc. More...

struct  MQeCryptor_EncryptOutput_st
 output parameter structure for MQeCryptor_EncryptFunc. More...

struct  MQeCryptor_DecryptInput_st_
 input parameter structure for MQeCryptor_DecryptFunc. More...

struct  MQeCryptor_DecryptOutput_st_
 output parameter structure for MQeCryptor_DecryptFunc. More...

struct  MQeCryptor_SubclassInitOutput_st_
 output parameter structure for MQeCryptor_SubclassInitFunc. More...


Typedefs

typedef MQERETURN MQEDYNFUNC( MQeCryptor_FreeFunc )(MQeCryptorHndl, MQeAttrPlugin_FreeInput *, MQeAttrPlugin_FreeOutput *)
 function pointer type signature for a cryptor plugin free function implementation.

typedef MQeCryptor_EncryptInput_st MQeCryptor_EncryptInput
 type definition of struct MQeCryptor_EncryptInput_st.

typedef MQeCryptor_EncryptOutput_st MQeCryptor_EncryptOutput
 type definition of struct MQeCryptor_EncryptOutput_st.

typedef MQERETURN MQEDYNFUNC( MQeCryptor_EncryptFunc )(MQeCryptorHndl, MQeCryptor_EncryptInput *, MQeCryptor_EncryptOutput *)
 function pointer type signature for a cryptor plugin encrypt function implementation.

typedef MQeCryptor_DecryptInput_st_ MQeCryptor_DecryptInput
 type definition of struct MQeCryptor_DecryptInput_st.

typedef MQeCryptor_DecryptOutput_st_ MQeCryptor_DecryptOutput
 type definition of struct MQeCryptor_DecryptOutput_st.

typedef MQERETURN MQEDYNFUNC( MQeCryptor_DecryptFunc )(MQeCryptorHndl, MQeCryptor_DecryptInput *, MQeCryptor_DecryptOutput *)
 function pointer type signature for a cryptor plugin decrypt function implementation.

typedef MQeCryptor_SubclassInitOutput_st_ MQeCryptor_SubclassInitOutput
 output parameter structure for MQeCryptor_SubclassInitFunc.

typedef MQERETURN MQEDYNFUNC( MQeCryptor_SubclassInitFunc )(MQeAttrPlugin_SubclassInitInput *, MQeCryptor_SubclassInitOutput *)
 function pointer type signature for a cryptor plugin initializer function implementation.


Typedef Documentation

typedef MQERETURN MQEDYNFUNC( MQeCryptor_FreeFunc)(MQeCryptorHndl , MQeAttrPlugin_FreeInput *, MQeAttrPlugin_FreeOutput * )
 

function pointer type signature for a cryptor plugin free function implementation.

Note:
This function needs only to free resources allocated by a plugin subclass.


Generated Mon Apr 14 10:11:53 2003 for Websphere MQ Everyplace for Multiplatforms C Programming Reference