Discuss this help topic in SecureBlackbox Forum
Validates a detached timestamp.
Declaration
Parameters
- Buffer - buffer with the timestamp message.
- Index - index of the first byte of the actual message data in Buffer.
- Size - size of the Buffer in bytes
- Data (DataBuffer) - buffer with the data for which the time-stamp should be validated.
- DataIndex - index of the first byte of the actual data in Data buffer.
- DataSize - size of the Data in bytes.
- DataStream - stream with the data for which the time-stamp should be validated.
- DataCount - number of bytes to be read from DataStream.
- InStream - stream with the timestamp message.
- InCount - number of bytes to be read from InStream
- DataBuffer -
Return value
0 if the verification was completed successfully, and an error code otherwise.
Possible values:
Description
Use this method to validate a detached timestamp.
The original data should be provided via
Data (DataBuffer)
or
DataStream parameters.
Discuss this help topic in SecureBlackbox Forum