Discuss this help topic in SecureBlackbox Forum
Decrypts the PKCS#7-compatible message
Declaration
Parameters
- InBuffer - Pointer to encrypted data in PKCS#7 format
- InStartIndex - Starting index of the data to be decrypted in the InBuffer.
- InSize - Size of the input data in bytes
- OutBuffer - Pointer to buffer where decrypted data should be written
- OutStartIndex - Starting index of the decrypted data in the OutBuffer.
- OutSize - Size of the OutBuffer in bytes
- InStream - Stream to be decrypted.
- OutStream - Resulting decrypted stream.
- Key - Symmetric key for data decryption.
- KeySize - Size of the Key.
- InCount - Number of bytes to be read from InStream.If this parameter is 0 the data is read till the end of the stream.
Default value is 0.
Return value
0 if the decryption process was completed successfully, and an error code otherwise.
Possible values:
Description
Use this method to decrypt an encrypted PKCS#7 message.
Discuss this help topic in SecureBlackbox Forum