Foxit PDF SDK
|
Inherits <NSObject>.
Instance Methods | |
(NSArray< NSData * > *) | - getCertChainFromSignature: |
A callback function used to get the cert chain from the signature content. More... | |
(FSTimeRange *) | - getCertValidTimeRange: |
A callback function used to get the time range that represents validity period of a certificate. More... | |
(NSData *) | - getCRLSignature: |
A callback function used to get the signature content from a CRL response. More... | |
(FSDateTime *) | - getDTSTime: |
A callback function used to get the DTS (document time stamp signature) time from signature content. More... | |
(FSCertIssuerPair *) | - getOCSPCertAndIssuer:trust_cert_chain: |
A callback function used to get the cert-issuer pair 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 content 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 (in array type) from a signature. More... | |
(NSData *) | - getTSTSignature: |
A callback function used to get the time stamp token content from 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 and get the verify result for the certificate. More... | |
(FSCertVerifyResult *) | - verifyOCSP:ocsp_data: |
A callback function used to verify whether the OCSP response matches the certificate and get the verify result for the certificate. More... | |
This class represent a revocation callback object which is used for class FSLTVVerifier. 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 from the signature content.
[in] | signature_content | Signature content. |
|
required |
A callback function used to get the time range that represents validity period of a certificate.
[in] | cert | Certificate content. |
|
required |
A callback function used to get the signature content from a CRL response.
[in] | crl_data | CRL response content. |
|
required |
A callback function used to get the DTS (document time stamp signature) time from signature content.
[in] | signature_content | Signature content. |
|
required |
A callback function used to get the cert-issuer pair of OCSP response.
[in] | ocsp_data | OCSP response data. |
[in] | trust_cert_chain | The trust cert chain used 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 content 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 | A cert-issuer pair which represents a certificate and an issuer for the certificate. |
|
required |
A callback function used to get the revocation information (in array type) from a signature.
[in] | signature_content | Signature content. |
|
required |
A callback function used to get the time stamp token content from 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 | Certificate content. |
|
required |
A callback function used to check if an issuer matches a certificate.
[in] | cert_issuer_pair | A cert-issuer pair. Issuer in this pair is to be checked if it matches the ceritificate in this 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 and get the verify result for the certificate.
[in] | cert_issuer_pair | A cert-issuer pair which represents a certificate and an issuer for the certificate. |
[in] | crl_data | CRL content. |
|
required |
A callback function used to verify whether the OCSP response matches the certificate and get the verify result for the certificate.
[in] | cert_issuer_pair | A cert-issuer pair which represents a certificate and an issuer for the certificate. |
[in] | ocsp_data | OCSP content. |