Foxit PDF SDK
|
Public Types | |
enum | LTVState { LTVState.e_LTVStateInactive = 0, LTVState.e_LTVStateEnable = 1, LTVState.e_LTVStateNotEnable = 2 } |
Enumeration for LTV state that indicates if a signature is a LTV signature. More... | |
Public Member Functions | |
SignatureVerifyResult (SignatureVerifyResult other) | |
Constructor, with another signature veirfy result object. More... | |
CertVerifyResultArray | GetCertificateVerifyResults () |
Get certificate verify results. More... | |
SignatureVerifyResult.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... | |
byte [] | GetSignatureHashValue () |
Get signature hash value. More... | |
string | GetSignatureName () |
Get signature name. More... | |
uint | GetSignatureState () |
Get signature state. More... | |
SignatureVerifyResult | GetTSTSignatureVerifyResult () |
Get the verify result of time stamp token of this signature. More... | |
bool | IsEmpty () |
Check whether current object is empty or not. More... | |
This class represents signature verify result.
|
strong |
|
inline |
Constructor, with another signature veirfy result object.
[in] | other | Another signature veirfy result object. |
|
inline |
Get certificate verify results.
|
inline |
Get LTV state that indicates if a signature is a LTV signature.
|
inline |
Get signature verify results for OCSP signature of each certificate.
|
inline |
Get the time that is actually used to check signature.
|
inline |
Get the type of the time that is actually used to check siganture.
|
inline |
Get signature hash value.
|
inline |
Get signature name.
|
inline |
Get signature state.
|
inline |
Get the verify result of time stamp token of this signature.
|
inline |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.