This class represents a callback object that supplies extra certificates to complete the certificate chain. All the pure virtual functions in this class are used as callback functions and should be implemented by user.
If user wants to supply extra certificates during LTV verify process, a customized certificate chain resolver callback object can be set via LTVVerifier::SetCertChainResolverCallback before doing LTV verifying process.
Only available when using the default internal revocation callback of Foxit PDF SDK.
- See also
- pdf::LTVVerifier