public class VerifyDigitFileResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VerifyDigitFileResult() | 
| VerifyDigitFileResult(VerifyDigitFileResult 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 证书起始时间的Unix时间戳,单位毫秒 | 
| String | getCertSn()Get 证书序列号,在数字证书申请过程中,系统会自动生成一个独一无二的序号。 | 
| String | getSignAlgorithm()Get 证书签名算法, 如SHA1withRSA等算法 | 
| String | getSignerName()Get 申请证书的主体的名字
如果是在腾讯电子签平台签署, 则对应的主体的名字个数如下
企业**:  ESS@企业名称@编码
个人**: ESS@个人姓名@证件号@808854
如果在其他平台签署的, 主体的名字参考其他平台的说明 | 
| Long | getSignTime()Get 签署时间的Unix时间戳,单位毫秒 | 
| Long | getSignType()Get 签名类型。0表示带签章的数字签名,1表示仅数字签名 | 
| void | setCertNotAfter(Long CertNotAfter)Set 证书过期时间的时间戳,单位毫秒 | 
| void | setCertNotBefore(Long CertNotBefore)Set 证书起始时间的Unix时间戳,单位毫秒 | 
| void | setCertSn(String CertSn)Set 证书序列号,在数字证书申请过程中,系统会自动生成一个独一无二的序号。 | 
| void | setSignAlgorithm(String SignAlgorithm)Set 证书签名算法, 如SHA1withRSA等算法 | 
| void | setSignerName(String SignerName)Set 申请证书的主体的名字
如果是在腾讯电子签平台签署, 则对应的主体的名字个数如下
企业**:  ESS@企业名称@编码
个人**: ESS@个人姓名@证件号@808854
如果在其他平台签署的, 主体的名字参考其他平台的说明 | 
| void | setSignTime(Long SignTime)Set 签署时间的Unix时间戳,单位毫秒 | 
| void | setSignType(Long SignType)Set 签名类型。0表示带签章的数字签名,1表示仅数字签名 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VerifyDigitFileResult()
public VerifyDigitFileResult(VerifyDigitFileResult source)
public Long getCertNotBefore()
public void setCertNotBefore(Long CertNotBefore)
CertNotBefore - 证书起始时间的Unix时间戳,单位毫秒public Long getCertNotAfter()
public void setCertNotAfter(Long CertNotAfter)
CertNotAfter - 证书过期时间的时间戳,单位毫秒public String getCertSn()
public void setCertSn(String CertSn)
CertSn - 证书序列号,在数字证书申请过程中,系统会自动生成一个独一无二的序号。public String getSignAlgorithm()
public void setSignAlgorithm(String SignAlgorithm)
SignAlgorithm - 证书签名算法, 如SHA1withRSA等算法public Long getSignTime()
public void setSignTime(Long SignTime)
SignTime - 签署时间的Unix时间戳,单位毫秒public Long getSignType()
public void setSignType(Long SignType)
SignType - 签名类型。0表示带签章的数字签名,1表示仅数字签名public String getSignerName()
public void setSignerName(String SignerName)
SignerName - 申请证书的主体的名字
如果是在腾讯电子签平台签署, 则对应的主体的名字个数如下
企业**:  ESS@企业名称@编码
个人**: ESS@个人姓名@证件号@808854
如果在其他平台签署的, 主体的名字参考其他平台的说明Copyright © 2025. All rights reserved.