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

MQe_WTLSCertAuthenticator.h File Reference

MQeWTLSCertAuthenticator object. More...


Functions

MQERETURN mqeWTLSCertAuthenticator_new (MQeExceptBlock *pErrStruct, MQeWTLSCertAuthenticatorHndl *phWTLSCertAuthenticator)
 constructs an MQeWTLSCertAuthenticator object.

MQERETURN mqeWTLSCertAuthenticator_free (MQeWTLSCertAuthenticatorHndl hWTLSCertAuthenticator, MQeExceptBlock *pErrStruct)
 frees the MQeWTLSCertAuthenticator handle hWTLSCertAuthenticator


Detailed Description

It describes MQe_WTLSCertAuthenticator C API prototypes. When used by an attribute object provides the mechanism to perform mini-certificate based mutual authentication. Applies to MQeAQttribute objects associated with channel objects


Function Documentation

MQERETURN mqeWTLSCertAuthenticator_new MQeExceptBlock   pErrStruct,
MQeWTLSCertAuthenticatorHndl *    phWTLSCertAuthenticator
 

Parameters:
pErrStruct  [in/out] Pointer to a pre-allocated MQeExceptBlock structure.
phWTLSCertAuthenticator  [out] Pointer to handle for output
Precondition:
pErrStruct points to a pre-allocated MQeExceptBlock structure (no error information is returned if pErrStruct is null).
phWTLSCertAuthenticator must not be NULL.
Returns :
Output in (*phWTLSCertAuthenticator).
Return values:
MQERETURN_OK  Completed Successfully
Warning:
Users are expected to use mqeWTLSCertAuthenticator_free() to free the object returned by this call when it is no longer needed. This enables reuse of system resources and can help to avoid system problems caused by shortage of resources.

MQERETURN mqeWTLSCertAuthenticator_free MQeWTLSCertAuthenticatorHndl    hWTLSCertAuthenticator,
MQeExceptBlock   pErrStruct
 

Parameters:
hWTLSCertAuthenticator  [in] Handle for the MQeWTLSCertAuthenticator to be freed.
pErrStruct  [in/out] Pointer to a pre-allocated MQeExceptBlock structure.
Precondition:
pErrStruct points to a pre-allocated MQeExceptBlock structure (no error information is returned if pErrStruct is null).
Return values:
MQERETURN_OK  Completed Successfully


Generated Thu Aug 11 23:41:24 2005 for Websphere MQ Everyplace for Multiplatforms C Bindings Reference