Discuss this help topic in SecureBlackbox Forum
Creates a detached signature over input data.
Declaration
Parameters
- InBuffer - data buffer to sign
- InIndex - offset of actual data from the beginning of the array
- InSize - size of input data in bytes
- OutBuffer - buffer where to put signed data
- OutIndex - output buffer start offset
- OutSize - the maximal expected size of output data in bytes
- InStream - the stream with data to sign.
- OutStream - the stream for signed data.
- Count - the number of bytes to be read. If this parameter is zero, the whole stream is processed.
Default value is 0.
Description
This method creates a detached signature over input data. The original data are not included to the signature (output data).
Remember that you should transfer a detached signature (output data) along with original data.
Discuss this help topic in SecureBlackbox Forum