setTSAClient
KGPdfHummer.setTSAClient
功能说明
设置时间戳。
函数原型
setTSAClient(String url, String username, String password)
参数
参数名 | 类型 | 必填 | 说明 |
---|---|---|---|
url | String | 是 | 时间戳地址。 |
username | String | 是 | 用户名,不需要用户名和密码时传null。。 |
password | String | 是 | 密码。 |
返回值
无
调用示例
hummer.setTSAClient("http://124.133.51.13:8880/tsa", null, null);