Functions | |
MQERETURN | mqeCryptor_new (MQeExceptBlock *pErrStruct, MQeCryptorHndl *phNewCryptor, MQeStringHndl hToken) |
creates a new cryptor. | |
MQERETURN | mqeCryptor_free (MQeCryptorHndl hCryptor, MQeExceptBlock *pErrStruct) |
polymorphic API for freeing a cryptor. | |
MQERETURN | mqeCryptor_getPrivateData (MQeCryptorHndl hCryptor, MQeExceptBlock *pErrStruct, MQEVOID **ppDataBlock) |
get the pointer to the subclass private data block. |
|
creates a new cryptor.
|
|
polymorphic API for freeing a cryptor.
|
|
get the pointer to the subclass private data block.
|