Public Member Functions | |
SiTimeStamp () | |
default constructor | |
virtual | ~SiTimeStamp () |
destructor | |
virtual OFCondition | stamp (const unsigned char *inputData, unsigned long inputDataSize)=0 |
takes a block of raw data and requests a time stamp for this raw data. | |
virtual OFCondition | write (DcmItem &item)=0 |
writes the current timestamp into an item of the Digital Signatures Sequence and creates the timestamp type information in the item. |
Instances of derived classes are able to request timestamps from a timestamp service. Timestamps are not supported (yet).
Definition at line 44 of file sitstamp.h.
virtual OFCondition SiTimeStamp::stamp | ( | const unsigned char * | inputData, | |
unsigned long | inputDataSize | |||
) | [pure virtual] |
takes a block of raw data and requests a time stamp for this raw data.
inputData | pointer to raw data | |
inputDataSize | length of raw data block in bytes |
virtual OFCondition SiTimeStamp::write | ( | DcmItem & | item | ) | [pure virtual] |
writes the current timestamp into an item of the Digital Signatures Sequence and creates the timestamp type information in the item.
item | item of the DigitalSignatureSQ to which the timestamp is written |