Foxit PDF SDK
9.1
|
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 | |
![]() | |
BOOL | swigCMemOwn |
void * | swigCPtr |
This class represents time stamp server. It can be used to send time stamp request and then get the message.
- (void) dealloc |
Reimplemented from FSBase.
- (void*) getCptr |
Reimplemented from FSBase.
- (NSString *) getTimeStampMessage |
Get time stamp message.
This function is to get the time stamp message after function FSTimeStampServer::sendTimeStampRequest: runs successfully.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSBase.
- (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.
- (id) NS_UNAVAILABLE |
- (FSTimeStampServerSendRequestResult) sendTimeStampRequest: | (NSString *) | request |
Send time stamp request.
[in] | request | Time stamp request to be sent. It should not be an empty string. |