Foxit PDF SDK
|
Public Member Functions | |
def | SignatureVerifyResult (other) |
Constructor, with another signature veirfy result object. More... | |
def | GetCertificateVerifyResults () |
Get certificate verify results. More... | |
def | GetLTVState () |
Get LTV state that indicates if a signature is a LTV signature. More... | |
def | GetOCSPSigantureVerifyResults () |
Get signature verify results for OCSP signature of each certificate. More... | |
def | GetSignatureCheckTime () |
Get the time that is actually used to check signature. More... | |
def | GetSignatureCheckTimeType () |
Get the type of the time that is actually used to check siganture. More... | |
def | GetSignatureHashValue () |
Get signature hash value. More... | |
def | GetSignatureName () |
Get signature name. More... | |
def | GetSignatureState () |
Get signature state. More... | |
def | GetTSTSignatureVerifyResult () |
Get the verify result of time stamp token of this signature. More... | |
def | IsEmpty () |
Check whether current object is empty or not. More... | |
Static Public Attributes | |
e_LTVStateEnable = _fsdk.SignatureVerifyResult_e_LTVStateEnable | |
This means LTV is enabled. | |
e_LTVStateInactive = _fsdk.SignatureVerifyResult_e_LTVStateInactive | |
This means LTV is inactive. | |
e_LTVStateNotEnable = _fsdk.SignatureVerifyResult_e_LTVStateNotEnable | |
This means LTV is not enabled. | |
This class represents signature verify result.
def FoxitPDFSDKPython2.SignatureVerifyResult.SignatureVerifyResult | ( | other | ) |
Constructor, with another signature veirfy result object.
[in] | other | Another signature veirfy result object. |
def FoxitPDFSDKPython2.SignatureVerifyResult.GetCertificateVerifyResults | ( | ) |
Get certificate verify results.
def FoxitPDFSDKPython2.SignatureVerifyResult.GetLTVState | ( | ) |
Get LTV state that indicates if a signature is a LTV signature.
def FoxitPDFSDKPython2.SignatureVerifyResult.GetOCSPSigantureVerifyResults | ( | ) |
Get signature verify results for OCSP signature of each certificate.
def FoxitPDFSDKPython2.SignatureVerifyResult.GetSignatureCheckTime | ( | ) |
Get the time that is actually used to check signature.
def FoxitPDFSDKPython2.SignatureVerifyResult.GetSignatureCheckTimeType | ( | ) |
Get the type of the time that is actually used to check siganture.
def FoxitPDFSDKPython2.SignatureVerifyResult.GetSignatureHashValue | ( | ) |
Get signature hash value.
def FoxitPDFSDKPython2.SignatureVerifyResult.GetSignatureName | ( | ) |
Get signature name.
def FoxitPDFSDKPython2.SignatureVerifyResult.GetSignatureState | ( | ) |
Get signature state.
def FoxitPDFSDKPython2.SignatureVerifyResult.GetTSTSignatureVerifyResult | ( | ) |
Get the verify result of time stamp token of this signature.
def FoxitPDFSDKPython2.SignatureVerifyResult.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.