Functions | |
MQERETURN | mqeLocalSecure_new (MQeExceptBlock *pErrStruct, MQeLocalSecureHndl *phLocalSecure) |
This function returns an MQeLocalSecure handle. | |
MQERETURN | mqeLocalSecure_free (MQeLocalSecureHndl hLocalSecure, MQeExceptBlock *pErrStruct) |
Frees the MQeLocalSecure handle hLocalSecure. | |
MQERETURN | mqeLocalSecure_open (MQeLocalSecureHndl hLocalSecure, MQeExceptBlock *pErrStruct, MQeStringHndl hFileDir, MQeStringHndl hFileName) |
This function opens the file using the supplied directory and name. | |
MQERETURN | mqeLocalSecure_read (MQeLocalSecureHndl hLocalSecure, MQeExceptBlock *pErrStruct, MQEBYTE *pBuffer, MQEINT32 *pBufLength, MQeAttributeHndl hAttribute, MQeStringHndl hCipherKey) |
This function reads the data from the file and decrypts it. | |
MQERETURN | mqeLocalSecure_write (MQeLocalSecureHndl hLocalSecure, MQeExceptBlock *pErrStruct, MQEBYTE *pData, MQEINT32 length, MQeAttributeHndl hAttribute, MQeStringHndl hCipherKey) |
This function writes the encrypted data to the file. |
|
|
|
|
|
|
|
|
|
|