Functions | |
MQERETURN | mqeMAttribute_new (MQeExceptBlock *pErrStruct, MQeMAttributeHndl *phMAttribute, MQeAuthenticatorHndl hAuthenticator, MQeCryptorHndl hCryptor, MQeCompressorHndl hCompressor) |
This function constructs an MQeMAttribute object. | |
MQERETURN | mqeMAttribute_free (MQeMAttributeHndl hMAttribute, MQeExceptBlock *pErrStruct) |
frees the MQeMAttribute handle hMAttribute | |
MQERETURN | mqeMAttribute_decodeData (MQeMAttributeHndl hMAttribute, MQeExceptBlock *pErrStruct, MQEBYTE *pBuffer, MQEINT32 *pBufLength, MQEBYTE *pData, MQEINT32 offset, MQEINT32 length) |
This function decrypts and/or decompresses the bytes referenced by pData, offset and for length length. | |
MQERETURN | mqeMAttribute_encodeData (MQeMAttributeHndl hMAttribute, MQeExceptBlock *pErrStruct, MQEBYTE *pBuffer, MQEINT32 *pBufLength, MQEBYTE *pData, MQEINT32 offset, MQEINT32 length) |
This function encrypts and/or compresses the bytes referenced by pData, offset and for length length. | |
MQERETURN | mqeMAttribute_setKey (MQeMAttributeHndl hMAttribute, MQeExceptBlock *pErrStruct, MQeKeyHndl hKey) |
This method associates a key with the attribute. This is required if the attribute has a cryptor. |
This page describes MQe_MAttribute C API prototypes.
|
|
|
|
|
|
|
|
|
|