|
Foxit PDF SDK
|
Public 成员函数 | |
| TimeStampServer (TimeStampServer other) | |
| 构造函数,使用另一个时间戳服务器对象。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| byte [] | getTimeStampMessage () throws com.foxit.sdk.PDFException |
| 获取时间戳消息。 更多... | |
| boolean | isEmpty () |
| 检查当前对象是否为空。 更多... | |
| int | sendTimeStampRequest (byte[] request) throws com.foxit.sdk.PDFException |
| 发送时间戳请求。 更多... | |
Public 成员函数 继承自 com.foxit.sdk.common.Base | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
静态 Public 属性 | |
| static final int | e_SendResultFailToConnect = 2 |
| 在发送请求过程中连接失败。 | |
| static final int | e_SendResultFailToCreateSocket = 1 |
| 在发送请求过程中创建套接字失败。 | |
| static final int | e_SendResultFailToGetData = 6 |
| 在发送请求过程中获取数据失败。 | |
| static final int | e_SendResultFailToReceiveData = 4 |
| 在发送请求过程中接收数据失败。 | |
| static final int | e_SendResultFailToRequest = 5 |
| 在发送请求过程中请求失败。 | |
| static final int | e_SendResultFailToSendData = 3 |
| 在发送请求过程中发送数据失败。 | |
| static final int | e_SendResultOutOfMemory = 7 |
| 在发送请求过程中内存不足。 | |
| static final int | e_SendResultSuccess = 0 |
| 成功发送请求。 | |
此类表示时间戳服务器。它可以用于发送时间戳请求并获取消息。
| com.foxit.sdk.pdf.TimeStampServer.TimeStampServer | ( | TimeStampServer | other | ) |
构造函数,使用另一个时间戳服务器对象。
| [in] | other | 另一个时间戳服务器对象。 |
| synchronized void com.foxit.sdk.pdf.TimeStampServer.delete | ( | ) |
直接清除C++相关资源。
| DX_BYTE_ARRAY com.foxit.sdk.pdf.TimeStampServer.getTimeStampMessage | ( | ) | throws com.foxit.sdk.PDFException |
| boolean com.foxit.sdk.pdf.TimeStampServer.isEmpty | ( | ) |
检查当前对象是否为空。
当当前对象为空时,表示当前对象无用。
| int com.foxit.sdk.pdf.TimeStampServer.sendTimeStampRequest | ( | byte [] | request | ) | throws com.foxit.sdk.PDFException |
发送时间戳请求。
| [in] | request | 要发送的时间戳请求。不应为空字符串。 |