Foxit PDF SDK
fsdk.TimeStampServer Class Reference

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...
 

Detailed Description

This class represents time stamp server. It can be used to send time stamp request and then get the message.

Member Function Documentation

◆ GetTimeStampMessage()

def fsdk.TimeStampServer.GetTimeStampMessage ( )

Get time stamp message.

This function is to get the time stamp message after function fsdk.TimeStampServer.SendTimeStampRequest runs successfully.

Returns
Time stamp message.

◆ IsEmpty()

def fsdk.TimeStampServer.IsEmpty ( )

Check whether current object is empty or not.

When the current object is empty, that means current object is useless.

Returns
true means current object is empty, while false means not.

◆ SendTimeStampRequest()

def fsdk.TimeStampServer.SendTimeStampRequest (   request)

Send time stamp request.

Parameters
[in]requestTime stamp request to be sent. It should not be an empty string.
Returns
Result value of the sending request process. Please refer to values starting from fsdk.TimeStampServerE_SendResultSuccess and this would be one of these values.