Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
def | IsCertTrusted (cert) |
A callback function used to check if input certificate is trusted. More... | |
def | IsCertTrustedRoot (cert) |
A callback function used to check if input certificate is used as a trusted root. More... | |
This class represent a callback object as trusted cert store. All the pure virtual functions in this class are used as callback functions and should be implemented by user.
If user wants to trust some certificate during LTV verify process, user can set a customized trusted cert store callback object by function FoxitPDFSDKPython3.LTVVerifier.SetTrustedCertStoreCallback before doint LTV verifying process.
def FoxitPDFSDKPython3.TrustedCertStoreCallback.IsCertTrusted | ( | cert | ) |
A callback function used to check if input certificate is trusted.
[in] | cert | Certificate content. |
def FoxitPDFSDKPython3.TrustedCertStoreCallback.IsCertTrustedRoot | ( | cert | ) |
A callback function used to check if input certificate is used as a trusted root.
[in] | cert | Certificate content. |