Discuss this help topic in SecureBlackbox Forum
Timestamps individual countersignatures.
Declaration
Parameters
- InBuffer - Pointer to the data to be stamped
- InStartIndex - Starting index of the data to be stamped in the InBuffer.
- InSize - Size of the input data in bytes
- OutBuffer - Pointer to the buffer where the stamped data should be written
- OutStartIndex - Starting index of the data in the OutBuffer.
- OutSize - Size of the OutBuffer in bytes
- InStream - Stream with data to timestamp.
- OutStream - Resulting stream.
- InCount - Number of bytes to be read from the InStream. If this parameter is 0 the data is read till the end of the stream.
Default value is 0.
- SigIndex - Index of the countersignature (contained in the signed message) to be timestamped.
Return value
0 if the verification process was completed successfully, and an error code otherwise.
Possible values:
Description
Use this method to timestamp individual countersignature included into the signed message.
Index of the desired countersignature is specified by the
SigIndex parameter.
Discuss this help topic in SecureBlackbox Forum