|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetTimeStampMessage () |
| Get time stamp message. More... | |
| def | IsEmpty () |
| Check whether current object is empty or not. More... | |
| def | SendTimeStampRequest (request) |
| Send time stamp request. More... | |
This class represents time stamp server. It can be used to send time stamp request and then get the message.
| def fsdk.TimeStampServer.GetTimeStampMessage | ( | ) |
Get time stamp message.
This function is to get the time stamp message after function fsdk.TimeStampServer.SendTimeStampRequest runs successfully.
| def fsdk.TimeStampServer.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
| def fsdk.TimeStampServer.SendTimeStampRequest | ( | request | ) |
Send time stamp request.
| [in] | request | Time stamp request to be sent. It should not be an empty string. |