Foxit PDF SDK
|
Instance Methods | |
(NSData *) | - getTimeStampMessage |
Get time stamp message. More... | |
(id) | - initWithOther: |
Constructor, with another time stamp server object. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
(FSTimeStampServerSendRequestResult) | - sendTimeStampRequest: |
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.
- (NSData *) getTimeStampMessage |
Get time stamp message.
This function is to get the time stamp message after function TimeStampServer::sendTimeStampRequest: runs successfully.
- (id) initWithOther: | (FSTimeStampServer*) | other |
Constructor, with another time stamp server object.
[in] | other | Another time stamp server object. |
- (BOOL) isEmpty |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
- (FSTimeStampServerSendRequestResult) sendTimeStampRequest: | (NSData *) | request |
Send time stamp request.
[in] | request | Time stamp request to be sent. It should not be an empty string. |