|
Foxit PDF RDK
|
Public Member Functions | |
| GetCertificateVerifyResults () | |
| Get certificate verify results. More... | |
| GetLTVState () | |
| Get LTV state that indicates if a signature is a LTV signature. More... | |
| GetOCSPSigantureVerifyResults () | |
| Get signature verify results for OCSP signature of each certificate. More... | |
| GetSignatureCheckTime () | |
| Get the time that is actually used to check signature. More... | |
| GetSignatureCheckTimeType () | |
| Get the type of the time that is actually used to check siganture. More... | |
| GetSignatureHashValue () | |
| Get signature hash value. More... | |
| GetSignatureName () | |
| Get signature name. More... | |
| GetSignatureState () | |
| Get signature state. More... | |
| GetTSTSignatureVerifyResult () | |
| Get the verify result of time stamp token of this signature. More... | |
| IsEmpty () | |
| Check whether current object is empty or not. More... | |
Public Member Functions inherited from NativeObjectWrapper | |
| constructor (r) | |
| GetPointerAsNumber () | |
Static Public Attributes | |
| static | e_LTVStateEnable |
| This means LTV is enabled. | |
| static | e_LTVStateInactive |
| Enumeration for LTV state that indicates if a signature is a LTV signature. More... | |
| static | e_LTVStateNotEnable |
| This means LTV is not enabled. | |
This class represents signature verify result.
| SignatureVerifyResult.GetCertificateVerifyResults | ( | ) |
Get certificate verify results.
| SignatureVerifyResult.GetLTVState | ( | ) |
Get LTV state that indicates if a signature is a LTV signature.
| SignatureVerifyResult.GetOCSPSigantureVerifyResults | ( | ) |
Get signature verify results for OCSP signature of each certificate.
| SignatureVerifyResult.GetSignatureCheckTime | ( | ) |
Get the time that is actually used to check signature.
| SignatureVerifyResult.GetSignatureCheckTimeType | ( | ) |
Get the type of the time that is actually used to check siganture.
| SignatureVerifyResult.GetSignatureHashValue | ( | ) |
Get signature hash value.
| SignatureVerifyResult.GetSignatureName | ( | ) |
Get signature name.
| SignatureVerifyResult.GetSignatureState | ( | ) |
Get signature state.
| SignatureVerifyResult.GetTSTSignatureVerifyResult | ( | ) |
Get the verify result of time stamp token of this signature.
| SignatureVerifyResult.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
|
static |
Enumeration for LTV state that indicates if a signature is a LTV signature.
Values of this enumeration should be used alone.
This means LTV is inactive.