|
Foxit PDF SDK
|
Public Types | |
| enum | LTVState { e_LTVStateInactive = 0, e_LTVStateEnable = 1, e_LTVStateNotEnable = 2 } |
| Enumeration for LTV state that indicates if a signature is a LTV signature. More... | |
Public Member Functions | |
| SignatureVerifyResult (const SignatureVerifyResult &other) | |
| Constructor, with another signature veirfy result object. More... | |
| ~SignatureVerifyResult () | |
| Destructor. | |
| CertVerifyResultArray | GetCertificateVerifyResults () |
| Get certificate verify results. More... | |
| LTVState | GetLTVState () |
| Get LTV state that indicates if a signature is a LTV signature. More... | |
| SignatureVerifyResultArray | GetOCSPSigantureVerifyResults () |
| Get signature verify results for OCSP signature of each certificate. More... | |
| DateTime | GetSignatureCheckTime () |
| Get the time that is actually used to check signature. More... | |
| LTVVerifier::TimeType | GetSignatureCheckTimeType () |
| Get the type of the time that is actually used to check siganture. More... | |
| String | GetSignatureHashValue () |
| Get signature hash value. More... | |
| String | GetSignatureName () |
| Get signature name. More... | |
| uint32 | GetSignatureState () |
| Get signature state. More... | |
| SignatureVerifyResult | GetTSTSignatureVerifyResult () |
| Get the verify result of time stamp token of this signature. More... | |
| bool | IsEmpty () const |
| Check whether current object is empty or not. More... | |
| bool | operator != (const SignatureVerifyResult &other) const |
| Not equal operator. More... | |
| SignatureVerifyResult & | operator= (const SignatureVerifyResult &other) |
| Assign operator. More... | |
| bool | operator== (const SignatureVerifyResult &other) const |
| Equal operator. More... | |
Public Member Functions inherited from foxit::Base | |
| FS_HANDLE | Handle () const |
| Get the handle of current object. More... | |
This class represents signature verify result.
| foxit::pdf::SignatureVerifyResult::SignatureVerifyResult | ( | const SignatureVerifyResult & | other | ) |
Constructor, with another signature veirfy result object.
| [in] | other | Another signature veirfy result object. |
| CertVerifyResultArray foxit::pdf::SignatureVerifyResult::GetCertificateVerifyResults | ( | ) |
Get certificate verify results.
| LTVState foxit::pdf::SignatureVerifyResult::GetLTVState | ( | ) |
Get LTV state that indicates if a signature is a LTV signature.
| SignatureVerifyResultArray foxit::pdf::SignatureVerifyResult::GetOCSPSigantureVerifyResults | ( | ) |
Get signature verify results for OCSP signature of each certificate.
| DateTime foxit::pdf::SignatureVerifyResult::GetSignatureCheckTime | ( | ) |
Get the time that is actually used to check signature.
| LTVVerifier::TimeType foxit::pdf::SignatureVerifyResult::GetSignatureCheckTimeType | ( | ) |
Get the type of the time that is actually used to check siganture.
| String foxit::pdf::SignatureVerifyResult::GetSignatureHashValue | ( | ) |
Get signature hash value.
| String foxit::pdf::SignatureVerifyResult::GetSignatureName | ( | ) |
Get signature name.
| uint32 foxit::pdf::SignatureVerifyResult::GetSignatureState | ( | ) |
Get signature state.
| SignatureVerifyResult foxit::pdf::SignatureVerifyResult::GetTSTSignatureVerifyResult | ( | ) |
Get the verify result of time stamp token of this signature.
| bool foxit::pdf::SignatureVerifyResult::IsEmpty | ( | ) | const |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
| bool foxit::pdf::SignatureVerifyResult::operator != | ( | const SignatureVerifyResult & | other | ) | const |
Not equal operator.
| [in] | other | Another signature veirfy result object. This function will check if current object is not equal to this one. |
| SignatureVerifyResult& foxit::pdf::SignatureVerifyResult::operator= | ( | const SignatureVerifyResult & | other | ) |
Assign operator.
| [in] | other | Another signature veirfy result object, whose value would be assigned to current object. |
| bool foxit::pdf::SignatureVerifyResult::operator== | ( | const SignatureVerifyResult & | other | ) | const |
Equal operator.
| [in] | other | Another signature veirfy result object. This function will check if current object is equal to this one. |