Functions | |
MQERETURN | mqeXorCryptor_new (MQeExceptBlock *pErrStruct, MQeXorCryptorHndl *phXorCryptor) |
This function constructs an MQeXorCryptor object. | |
MQERETURN | mqeXorCryptor_free (MQeXorCryptorHndl hXorCryptor, MQeExceptBlock *pErrStruct) |
frees the MQeXorCryptor handle hXorCryptor | |
MQERETURN | mqeXorCryptor_setDecryptKey (MQeXorCryptorHndl hXorCryptor, MQeExceptBlock *pErrStruct, MQEBYTE *pData, MQEINT32 size) |
Sets the decrypt key for this cryptor. | |
MQERETURN | mqeXorCryptor_setEncryptKey (MQeXorCryptorHndl hXorCryptor, MQeExceptBlock *pErrStruct, MQEBYTE *pData, MQEINT32 size) |
This function sets the encrypt key for this cryptor. |
It describes MQe_XorCryptor C API prototypes. When used by an attribute object provides the mechanism to perform XOR encoding.
|
|
|
|
|
The key is passed in as an array of byte data, plus a size
|
|
The key is passed in as an array of byte data, plus a size
|