|
Foxit PDF SDK
|
Public 成员函数 | |
| SignatureVerifyResult (SignatureVerifyResult other) | |
| 带另一个签名验证结果对象的构造函数。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| CertVerifyResultArray | getCertificateVerifyResults () |
| 获取证书验证结果。 更多... | |
| int | getLTVState () |
| 获取 LTV 状态,指示签名是否为 LTV 签名。 更多... | |
| SignatureVerifyResultArray | getOCSPSigantureVerifyResults () |
| 获取每个证书的 OCSP 签名的签名验证结果。 更多... | |
| DateTime | getSignatureCheckTime () |
| 获取实际用于检查签名的时间。 更多... | |
| int | getSignatureCheckTimeType () |
| 获取实际用于检查签名的时间类型。 更多... | |
| byte[] | getSignatureHashValue () |
| 获取签名哈希值。 更多... | |
| String | getSignatureName () |
| 获取签名名称。 更多... | |
| int | getSignatureState () |
| 获取签名状态。 更多... | |
| SignatureVerifyResult | getTSTSignatureVerifyResult () |
| 获取此签名的时间戳令牌的验证结果。 更多... | |
| boolean | isEmpty () |
| 检查当前对象是否为空。 更多... | |
静态 Public 属性 | |
| static final int | e_LTVStateEnable = 1 |
| 表示 LTV 已启用。 | |
| static final int | e_LTVStateInactive = 0 |
| 表示 LTV 未激活。 | |
| static final int | e_LTVStateNotEnable = 2 |
| 表示 LTV 未启用。 | |
此类表示签名验证结果。
| com.foxit.sdk.pdf.SignatureVerifyResult.SignatureVerifyResult | ( | SignatureVerifyResult | other | ) |
带另一个签名验证结果对象的构造函数。
| [in] | other | 另一个签名验证结果对象。 |
| synchronized void com.foxit.sdk.pdf.SignatureVerifyResult.delete | ( | ) |
| CertVerifyResultArray com.foxit.sdk.pdf.SignatureVerifyResult.getCertificateVerifyResults | ( | ) |
获取证书验证结果。
| int com.foxit.sdk.pdf.SignatureVerifyResult.getLTVState | ( | ) |
获取 LTV 状态,指示签名是否为 LTV 签名。
| SignatureVerifyResultArray com.foxit.sdk.pdf.SignatureVerifyResult.getOCSPSigantureVerifyResults | ( | ) |
获取每个证书的 OCSP 签名的签名验证结果。
| DateTime com.foxit.sdk.pdf.SignatureVerifyResult.getSignatureCheckTime | ( | ) |
获取实际用于检查签名的时间。
| int com.foxit.sdk.pdf.SignatureVerifyResult.getSignatureCheckTimeType | ( | ) |
获取实际用于检查签名的时间类型。
| DX_BYTE_ARRAY com.foxit.sdk.pdf.SignatureVerifyResult.getSignatureHashValue | ( | ) |
获取签名哈希值。
| String com.foxit.sdk.pdf.SignatureVerifyResult.getSignatureName | ( | ) |
获取签名名称。
| int com.foxit.sdk.pdf.SignatureVerifyResult.getSignatureState | ( | ) |
获取签名状态。
| SignatureVerifyResult com.foxit.sdk.pdf.SignatureVerifyResult.getTSTSignatureVerifyResult | ( | ) |
获取此签名的时间戳令牌的验证结果。
| boolean com.foxit.sdk.pdf.SignatureVerifyResult.isEmpty | ( | ) |
检查当前对象是否为空。
当当前对象为空时,表示当前对象无用。