Foxit PDF SDK
|
Public Member Functions | |
byte[] | getTimeStampMessage () |
A callback function used to get time stamp message. More... | |
void | release () |
A callback function used to release current callback object itself. More... | |
int | sendTimeStampRequest (byte[] request) |
A callback function used to send time stamp request. More... | |
This class represents a callback object for interacting with timestamp servers. All the pure virtual functions in this class are used as callback functions and should be implemented by users.
byte[] com.foxit.sdk.pdf.TimeStampCallback.getTimeStampMessage | ( | ) |
A callback function used to get time stamp message.
void com.foxit.sdk.pdf.TimeStampCallback.release | ( | ) |
A callback function used to release current callback object itself.
int com.foxit.sdk.pdf.TimeStampCallback.sendTimeStampRequest | ( | byte[] | request | ) |
A callback function used to send time stamp request.
[in] | request | Time stamp request to be sent. It may be an empty string. |