Package | Description |
---|---|
com.tencentcloudapi.ess.v20201111.models |
Modifier and Type | Method and Description |
---|---|
PdfVerifyResult[] |
VerifyPdfResponse.getPdfVerifyResults()
Get 验签结果详情,每个签名域对应的验签结果。状态值如下
**1** :验签成功,在电子签签署
**2** :验签成功,在其他平台签署
**3** :验签失败
**4** :pdf文件没有签名域
**5** :文件签名格式错误
|
Modifier and Type | Method and Description |
---|---|
void |
VerifyPdfResponse.setPdfVerifyResults(PdfVerifyResult[] PdfVerifyResults)
Set 验签结果详情,每个签名域对应的验签结果。状态值如下
**1** :验签成功,在电子签签署
**2** :验签成功,在其他平台签署
**3** :验签失败
**4** :pdf文件没有签名域
**5** :文件签名格式错误
|
Constructor and Description |
---|
PdfVerifyResult(PdfVerifyResult source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.