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 签名域高度
|
Long |
getComponentPage()
Get 签名域所在页码
|
Float |
getComponentPosX()
Get 签名域横坐标
|
Float |
getComponentPosY()
Get 签名域纵坐标
|
Float |
getComponentWidth()
Get 签名域宽度
|
String |
getSignAlgorithm()
Get 签名算法
|
String |
getSignerName()
Get 签署人名称
|
String |
getSignPlatform()
Get 签署平台
|
Long |
getSignTime()
Get 签署时间
|
Long |
getSignType()
Get 签名类型
|
Long |
getVerifyResult()
Get 验签结果
|
void |
setCertNotAfter(Long CertNotAfter)
Set 证书过期时间
|
void |
setCertNotBefore(Long CertNotBefore)
Set 证书起始时间
|
void |
setCertSn(String CertSn)
Set 签名证书序列号
|
void |
setComponentHeight(Float ComponentHeight)
Set 签名域高度
|
void |
setComponentPage(Long ComponentPage)
Set 签名域所在页码
|
void |
setComponentPosX(Float ComponentPosX)
Set 签名域横坐标
|
void |
setComponentPosY(Float ComponentPosY)
Set 签名域纵坐标
|
void |
setComponentWidth(Float ComponentWidth)
Set 签名域宽度
|
void |
setSignAlgorithm(String SignAlgorithm)
Set 签名算法
|
void |
setSignerName(String SignerName)
Set 签署人名称
|
void |
setSignPlatform(String SignPlatform)
Set 签署平台
|
void |
setSignTime(Long SignTime)
Set 签署时间
|
void |
setSignType(Long SignType)
Set 签名类型
|
void |
setVerifyResult(Long VerifyResult)
Set 验签结果
|
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
- 验签结果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 Long getSignType()
public void setSignType(Long SignType)
SignType
- 签名类型public Float getComponentPosX()
public void setComponentPosX(Float ComponentPosX)
ComponentPosX
- 签名域横坐标public Float getComponentPosY()
public void setComponentPosY(Float ComponentPosY)
ComponentPosY
- 签名域纵坐标public Float getComponentWidth()
public void setComponentWidth(Float ComponentWidth)
ComponentWidth
- 签名域宽度public Float getComponentHeight()
public void setComponentHeight(Float ComponentHeight)
ComponentHeight
- 签名域高度public Long getComponentPage()
public void setComponentPage(Long ComponentPage)
ComponentPage
- 签名域所在页码Copyright © 2022. All rights reserved.