Foxit PDF SDK
<FSCertChainResolverCallback>协议 参考

继承自 <NSObject> .

构造函数

(NSArray< NSData * > *) - GetCertificates
 Retrieve the array of certificates available for completing the certificate chain. 更多...
 

详细描述

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.

参见
pdf::LTVVerifier

函数文档

◆ GetCertificates()

- (NSArray<NSData*>*) GetCertificates
required

Retrieve the array of certificates available for completing the certificate chain.

返回
An array of certificates.
注解
User may return the certificates currently needed or all available system certificates. These certificates are used to complete and validate the certificate chain.