Foxit PDF SDK  9.1
FSTimeStampServer Class Reference
Inheritance diagram for FSTimeStampServer:
FSBase

Instance Methods

(void) - dealloc
 
(void *) - getCptr
 
(NSString *) - getTimeStampMessage
 Get time stamp message.
More...
 
(id) - initWithCptr:swigOwnCObject:
 
(id) - initWithOther:
 Constructor, with another time stamp server object.
More...
 
(BOOL) - isEmpty
 Check whether current object is empty or not.
More...
 
(id) - NS_UNAVAILABLE
 
(FSTimeStampServerSendRequestResult- sendTimeStampRequest:
 Send time stamp request.
More...
 

Additional Inherited Members

- Protected Attributes inherited from FSBase
BOOL swigCMemOwn
 
void * swigCPtr
 

Detailed Description

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

Method Documentation

◆ dealloc

- (void) dealloc

Reimplemented from FSBase.

◆ getCptr

- (void*) getCptr

Reimplemented from FSBase.

◆ getTimeStampMessage

- (NSString *) getTimeStampMessage

Get time stamp message.

This function is to get the time stamp message after function FSTimeStampServer::sendTimeStampRequest: runs successfully.

Returns
Time stamp message.

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

Reimplemented from FSBase.

◆ initWithOther:

- (id) initWithOther: (FSTimeStampServer*)  other

Constructor, with another time stamp server object.

Parameters
[in]otherAnother time stamp server object.

◆ isEmpty

- (BOOL) isEmpty

Check whether current object is empty or not.

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

Returns
YES means current object is empty, while NO means not.

◆ NS_UNAVAILABLE

- (id) NS_UNAVAILABLE

◆ sendTimeStampRequest:

- (FSTimeStampServerSendRequestResult) sendTimeStampRequest: (NSString *)  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 FSTimeStampServerSendResultSuccess and this would be one of these values.