Foxit PDF SDK
9.1
|
Instance Methods | |
(NSArray< NSData * > *) | - getCertChainFromSignature: |
A callback function used to get the cert chain for the signature content. More... | |
(FSTimeRange *) | - getCertValidTimeRange: |
A callback function used to get the valid time range of the certificate.. More... | |
(NSData *) | - getCRLSignature: |
A callback function used to get the signature from a CRL response. More... | |
(FSDateTime *) | - getDTSTime: |
A callback function used to get the document time stamp time from signature content. More... | |
(FSCertIssuerPair *) | - getOCSPCertAndIssuer:trust_cert_chain: |
A callback function used to get the cert and issuer of OCSP response. More... | |
(FSDateTime *) | - getOCSPProducedAtTime: |
A callback function used to get the produce time of the OCSP response. More... | |
(NSData *) | - getOCSPSignature: |
A callback function used to get the signature from a OCSP response. More... | |
(FSResponse *) | - getResponseOnLineForSingleCert: |
A callback function used to get response online for a certificate. More... | |
(FSRevocationArrayInfo *) | - getRevocationInfoFromSignatureData: |
A callback function used to get the revocation information from a signature. More... | |
(NSData *) | - getTSTSignature: |
A callback function used to get the time stamp token signature content form a signature content. More... | |
(FSDateTime *) | - getTSTTime: |
A callback function used to get the time stamp token time from signature content. More... | |
(BOOL) | - isCA: |
A callback function used to judge whether a certificate is a CA certificate. More... | |
(BOOL) | - isIssuerMatchCert: |
A callback function used to check if an issuer matches a certificate. More... | |
(BOOL) | - isOCSPNeedCheck: |
A callback function used to get flag which decides if need to check OCSP response. More... | |
(FSCertVerifyResult *) | - verifyCRL:crl_data: |
A callback function used to verify whether the CRL response matches the certificate. More... | |
(FSCertVerifyResult *) | - verifyOCSP:ocsp_data: |
A callback function used to verify whether the OCSP response matches the certificate. More... | |
This class represent a revocation callback object. All the pure virtual functions in this class are used as callback functions and should be implemented by user.
|
required |
A callback function used to get the cert chain for the signature content.
[in] | signature_content | Signature content. |
|
required |
A callback function used to get the valid time range of the certificate..
[in] | cert | A certificate. |
|
required |
A callback function used to get the signature from a CRL response.
[in] | crl_data | CRL response content. |
|
required |
A callback function used to get the document time stamp time from signature content.
[in] | signature_content | Signature content. |
|
required |
A callback function used to get the cert and issuer of OCSP response.
[in] | ocsp_data | OCSP response data. |
[in] | trust_cert_chain | The trust cert chain to find the issuer of the OCSP cert. |
|
required |
A callback function used to get the produce time of the OCSP response.
[in] | ocsp_data | OCSP response content. |
|
required |
A callback function used to get the signature from a OCSP response.
[in] | ocsp_data | OCSP response content. |
|
required |
A callback function used to get response online for a certificate.
[in] | cert_issuer_pair | Certificate and issuer pair. |
|
required |
A callback function used to get the revocation information from a signature.
[in] | signature_content | Signature content. |
[out] | OCSPVector | The OCSP response got from the signature. |
[out] | CRLVector | The CRL response got from the signature. |
|
required |
A callback function used to get the time stamp token signature content form a signature content.
[in] | signature_content | Signature content. |
|
required |
A callback function used to get the time stamp token time from signature content.
[in] | signature_content | Signature content. |
|
required |
A callback function used to judge whether a certificate is a CA certificate.
[in] | cert | A certificate. |
|
required |
A callback function used to check if an issuer matches a certificate.
[in] | cert_issuer_pair | Certificate and issuer pair. |
|
required |
A callback function used to get flag which decides if need to check OCSP response.
[in] | ocsp_data | OCSP response content. |
|
required |
A callback function used to verify whether the CRL response matches the certificate.
[in] | cert_issuer_pair | Certificate and issuer pair. |
[in] | crl_data | CRL content. |
|
required |
A callback function used to verify whether the OCSP response matches the certificate.
[in] | cert_issuer_pair | Certificate and issuer pair. |
[in] | ocsp_data | OCSP content. |