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, MQeFieldsAttrHndl 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, MQeFieldsAttrHndl hAttribute, MQeStringHndl hCipherKey) |
This function writes the encrypted data to the file. |
|
This function returns an MQeLocalSecure handle.
|
|
frees the MQeLocalSecure handle hLocalSecure
|
|
This function opens the file using the supplied directory and name.
|
|
This function reads the data from the file and decrypts it.
|
|
This function writes the encrypted data to the file.
|