public class PdfVerifyResult extends AbstractModel
Constructor and Description |
---|
PdfVerifyResult() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCertNotAfter()
Get 证书过期时间戳,单位秒
|
Long |
getCertNotBefore()
Get 证书起始时间戳,单位秒
|
String |
getCertSn()
Get 签名证书序列号
|
Float |
getComponentHeight()
Get 签名域高度,单位pt
|
Long |
getComponentPage()
Get 签名域所在页码,1~N
|
Float |
getComponentPosX()
Get 签名域横坐标,单位pt
|
Float |
getComponentPosY()
Get 签名域纵坐标,单位pt
|
Float |
getComponentWidth()
Get 签名域宽度,单位pt
|
String |
getSignAlgorithm()
Get 签名算法
|
String |
getSignerName()
Get 签署人名称
|
String |
getSignPlatform()
Get 签署平台,如果文件是在腾讯电子签平台签署,则返回腾讯电子签,如果文件不在腾讯电子签平台签署,则返回其他平台。
|
Long |
getSignTime()
Get 签署时间戳,单位秒
|
Long |
getVerifyResult()
Get 验签结果。0-签名域未签名;1-验签成功; 3-验签失败;4-未找到签名域:文件内没有签名域;5-签名值格式不正确。
|
void |
setCertNotAfter(Long CertNotAfter)
Set 证书过期时间戳,单位秒
|
void |
setCertNotBefore(Long CertNotBefore)
Set 证书起始时间戳,单位秒
|
void |
setCertSn(String CertSn)
Set 签名证书序列号
|
void |
setComponentHeight(Float ComponentHeight)
Set 签名域高度,单位pt
|
void |
setComponentPage(Long ComponentPage)
Set 签名域所在页码,1~N
|
void |
setComponentPosX(Float ComponentPosX)
Set 签名域横坐标,单位pt
|
void |
setComponentPosY(Float ComponentPosY)
Set 签名域纵坐标,单位pt
|
void |
setComponentWidth(Float ComponentWidth)
Set 签名域宽度,单位pt
|
void |
setSignAlgorithm(String SignAlgorithm)
Set 签名算法
|
void |
setSignerName(String SignerName)
Set 签署人名称
|
void |
setSignPlatform(String SignPlatform)
Set 签署平台,如果文件是在腾讯电子签平台签署,则返回腾讯电子签,如果文件不在腾讯电子签平台签署,则返回其他平台。
|
void |
setSignTime(Long SignTime)
Set 签署时间戳,单位秒
|
void |
setVerifyResult(Long VerifyResult)
Set 验签结果。0-签名域未签名;1-验签成功; 3-验签失败;4-未找到签名域:文件内没有签名域;5-签名值格式不正确。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PdfVerifyResult()
public PdfVerifyResult(PdfVerifyResult source)
public Long getVerifyResult()
public void setVerifyResult(Long VerifyResult)
VerifyResult
- 验签结果。0-签名域未签名;1-验签成功; 3-验签失败;4-未找到签名域:文件内没有签名域;5-签名值格式不正确。public String getSignPlatform()
public void setSignPlatform(String SignPlatform)
SignPlatform
- 签署平台,如果文件是在腾讯电子签平台签署,则返回腾讯电子签,如果文件不在腾讯电子签平台签署,则返回其他平台。public String getSignerName()
public void setSignerName(String SignerName)
SignerName
- 签署人名称public Long getSignTime()
public void setSignTime(Long SignTime)
SignTime
- 签署时间戳,单位秒public String getSignAlgorithm()
public void setSignAlgorithm(String SignAlgorithm)
SignAlgorithm
- 签名算法public String getCertSn()
public void setCertSn(String CertSn)
CertSn
- 签名证书序列号public Long getCertNotBefore()
public void setCertNotBefore(Long CertNotBefore)
CertNotBefore
- 证书起始时间戳,单位秒public Long getCertNotAfter()
public void setCertNotAfter(Long CertNotAfter)
CertNotAfter
- 证书过期时间戳,单位秒public Float getComponentPosX()
public void setComponentPosX(Float ComponentPosX)
ComponentPosX
- 签名域横坐标,单位ptpublic Float getComponentPosY()
public void setComponentPosY(Float ComponentPosY)
ComponentPosY
- 签名域纵坐标,单位ptpublic Float getComponentWidth()
public void setComponentWidth(Float ComponentWidth)
ComponentWidth
- 签名域宽度,单位ptpublic Float getComponentHeight()
public void setComponentHeight(Float ComponentHeight)
ComponentHeight
- 签名域高度,单位ptpublic Long getComponentPage()
public void setComponentPage(Long ComponentPage)
ComponentPage
- 签名域所在页码,1~NCopyright © 2023. All rights reserved.