|
Foxit PDF SDK
|
Public 成员函数 | |
| java.util.ArrayList< byte[]> | getCertChainFromSignature (byte[] signature_content) throws com.foxit.sdk.PDFException |
| 用于从签名内容中获取证书链的回调函数。 更多... | |
| TimeRange | getCertValidTimeRange (byte[] cert) throws com.foxit.sdk.PDFException |
| 用于获取表示证书有效期的时间范围的回调函数。 更多... | |
| byte[] | getCRLSignature (byte[] crl_data) throws com.foxit.sdk.PDFException |
| 用于从 CRL 响应中获取签名内容的回调函数。 更多... | |
| DateTime | getDTSTime (byte[] signature_content) throws com.foxit.sdk.PDFException |
| 用于从签名内容中获取 DTS(文档时间戳签名)时间的回调函数。 更多... | |
| CertIssuerPair | getOCSPCertAndIssuer (byte[] ocsp_data, java.util.ArrayList< byte[]> trust_cert_chain) throws com.foxit.sdk.PDFException |
| 用于获取 OCSP 响应的证书-颁发者对的回调函数。 更多... | |
| DateTime | getOCSPProducedAtTime (byte[] ocsp_data) throws com.foxit.sdk.PDFException |
| 用于获取 OCSP 响应生成时间的回调函数。 更多... | |
| byte[] | getOCSPSignature (byte[] ocsp_data) throws com.foxit.sdk.PDFException |
| 用于从 OCSP 响应中获取签名内容的回调函数。 更多... | |
| Response | getResponseOnLineForSingleCert (CertIssuerPair cert_issuer_pair) throws com.foxit.sdk.PDFException |
| 用于在线获取证书响应的回调函数。 更多... | |
| RevocationArrayInfo | getRevocationInfoFromSignatureData (byte[] signature_content) throws com.foxit.sdk.PDFException |
| 用于从签名中获取撤销信息(数组类型)的回调函数。 更多... | |
| byte[] | getTSTSignature (byte[] signature_content) throws com.foxit.sdk.PDFException |
| 用于从签名内容中获取时间戳令牌内容的回调函数。 更多... | |
| DateTime | getTSTTime (byte[] signature_content) throws com.foxit.sdk.PDFException |
| 用于从签名内容中获取时间戳令牌时间的回调函数。 更多... | |
| boolean | isCA (byte[] cert) |
| 用于判断证书是否为 CA 证书的回调函数。 更多... | |
| boolean | isIssuerMatchCert (CertIssuerPair cert_issuer_pair) |
| 用于检查颁发者是否与证书匹配的回调函数。 更多... | |
| boolean | isOCSPNeedCheck (byte[] ocsp_data) |
| 用于获取是否需要检查 OCSP 响应的标志的回调函数。 更多... | |
| void | release () |
| 用于释放当前回调对象本身的回调函数。 更多... | |
| CertVerifyResult | verifyCRL (CertIssuerPair cert_issuer_pair, byte[] crl_data) throws com.foxit.sdk.PDFException |
| 用于验证 CRL 响应是否与证书匹配并获取证书验证结果的回调函数。 更多... | |
| CertVerifyResult | verifyOCSP (CertIssuerPair cert_issuer_pair, byte[] ocsp_data) throws com.foxit.sdk.PDFException |
| 用于验证 OCSP 响应是否与证书匹配并获取证书验证结果的回调函数。 更多... | |
此类表示用于 LTVVerifier 类的撤销回调对象。 此类中的所有纯虚函数都用作回调函数,应由用户实现。
| java.util.ArrayList< DX_BYTE_ARRAY > com.foxit.sdk.pdf.RevocationCallback.getCertChainFromSignature | ( | byte[] | signature_content | ) | throws com.foxit.sdk.PDFException |
用于从签名内容中获取证书链的回调函数。
| [in] | signature_content | 签名内容。 |
| TimeRange com.foxit.sdk.pdf.RevocationCallback.getCertValidTimeRange | ( | byte[] | cert | ) | throws com.foxit.sdk.PDFException |
用于获取表示证书有效期的时间范围的回调函数。
| [in] | cert | 证书内容。 |
| DX_BYTE_ARRAY com.foxit.sdk.pdf.RevocationCallback.getCRLSignature | ( | byte[] | crl_data | ) | throws com.foxit.sdk.PDFException |
用于从 CRL 响应中获取签名内容的回调函数。
| [in] | crl_data | CRL 响应内容。 |
| DateTime com.foxit.sdk.pdf.RevocationCallback.getDTSTime | ( | byte[] | signature_content | ) | throws com.foxit.sdk.PDFException |
用于从签名内容中获取 DTS(文档时间戳签名)时间的回调函数。
| [in] | signature_content | 签名内容。 |
| CertIssuerPair com.foxit.sdk.pdf.RevocationCallback.getOCSPCertAndIssuer | ( | byte[] | ocsp_data, |
| java.util.ArrayList< byte[]> | trust_cert_chain | ||
| ) | throws com.foxit.sdk.PDFException |
用于获取 OCSP 响应的证书-颁发者对的回调函数。
| [in] | ocsp_data | OCSP 响应数据。 |
| [in] | trust_cert_chain | 用于查找 OCSP 证书颁发者的受信任证书链。 |
| DateTime com.foxit.sdk.pdf.RevocationCallback.getOCSPProducedAtTime | ( | byte[] | ocsp_data | ) | throws com.foxit.sdk.PDFException |
用于获取 OCSP 响应生成时间的回调函数。
| [in] | ocsp_data | OCSP 响应内容。 |
| DX_BYTE_ARRAY com.foxit.sdk.pdf.RevocationCallback.getOCSPSignature | ( | byte[] | ocsp_data | ) | throws com.foxit.sdk.PDFException |
用于从 OCSP 响应中获取签名内容的回调函数。
| [in] | ocsp_data | OCSP 响应内容。 |
| Response com.foxit.sdk.pdf.RevocationCallback.getResponseOnLineForSingleCert | ( | CertIssuerPair | cert_issuer_pair | ) | throws com.foxit.sdk.PDFException |
用于在线获取证书响应的回调函数。
| [in] | cert_issuer_pair | 证书-颁发者对,表示证书及其颁发者。 |
| RevocationArrayInfo com.foxit.sdk.pdf.RevocationCallback.getRevocationInfoFromSignatureData | ( | byte[] | signature_content | ) | throws com.foxit.sdk.PDFException |
用于从签名中获取撤销信息(数组类型)的回调函数。
| [in] | signature_content | 签名内容。 |
| DX_BYTE_ARRAY com.foxit.sdk.pdf.RevocationCallback.getTSTSignature | ( | byte[] | signature_content | ) | throws com.foxit.sdk.PDFException |
用于从签名内容中获取时间戳令牌内容的回调函数。
| [in] | signature_content | 签名内容。 |
| DateTime com.foxit.sdk.pdf.RevocationCallback.getTSTTime | ( | byte[] | signature_content | ) | throws com.foxit.sdk.PDFException |
用于从签名内容中获取时间戳令牌时间的回调函数。
| [in] | signature_content | 签名内容。 |
| boolean com.foxit.sdk.pdf.RevocationCallback.isCA | ( | byte[] | cert | ) |
用于判断证书是否为 CA 证书的回调函数。
| [in] | cert | 证书内容。 |
| boolean com.foxit.sdk.pdf.RevocationCallback.isIssuerMatchCert | ( | CertIssuerPair | cert_issuer_pair | ) |
用于检查颁发者是否与证书匹配的回调函数。
| [in] | cert_issuer_pair | 证书-颁发者对。此对中的颁发者将被检查 是否与此对中的证书匹配。 |
| boolean com.foxit.sdk.pdf.RevocationCallback.isOCSPNeedCheck | ( | byte[] | ocsp_data | ) |
用于获取是否需要检查 OCSP 响应的标志的回调函数。
| [in] | ocsp_data | OCSP 响应内容。 |
| void com.foxit.sdk.pdf.RevocationCallback.release | ( | ) |
用于释放当前回调对象本身的回调函数。
| CertVerifyResult com.foxit.sdk.pdf.RevocationCallback.verifyCRL | ( | CertIssuerPair | cert_issuer_pair, |
| byte[] | crl_data | ||
| ) | throws com.foxit.sdk.PDFException |
用于验证 CRL 响应是否与证书匹配并获取证书验证结果的回调函数。
| [in] | cert_issuer_pair | 证书-颁发者对,表示证书及其颁发者。 |
| [in] | crl_data | CRL 内容。 |
| CertVerifyResult com.foxit.sdk.pdf.RevocationCallback.verifyOCSP | ( | CertIssuerPair | cert_issuer_pair, |
| byte[] | ocsp_data | ||
| ) | throws com.foxit.sdk.PDFException |
用于验证 OCSP 响应是否与证书匹配并获取证书验证结果的回调函数。
| [in] | cert_issuer_pair | 证书-颁发者对,表示证书及其颁发者。 |
| [in] | ocsp_data | OCSP 内容。 |