Foxit PDF SDK
|
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... | |
GetSignatureState() | GetSignatureCheckTimeType () |
Get signature state. More... | |
GetSignatureHashValue () | |
Get signature hash value. More... | |
GetSignatureName () | |
Get signature name. More... | |
GetTSTSignatureVerifyResult () | |
Get the verify result of time stamp token of this signature. More... | |
IsEmpty () | |
Check whether current object is empty or not. More... | |
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.
FSDK.SignatureVerifyResult.GetCertificateVerifyResults | ( | ) |
Get certificate verify results.
FSDK.SignatureVerifyResult.GetLTVState | ( | ) |
Get LTV state that indicates if a signature is a LTV signature.
FSDK.SignatureVerifyResult.GetOCSPSigantureVerifyResults | ( | ) |
Get signature verify results for OCSP signature of each certificate.
GetSignatureState () FSDK.SignatureVerifyResult.GetSignatureCheckTimeType | ( | ) |
Get signature state.
Get the time that is actually used to check signature.
Get the type of the time that is actually used to check siganture.
FSDK.SignatureVerifyResult.GetSignatureHashValue | ( | ) |
Get signature hash value.
FSDK.SignatureVerifyResult.GetSignatureName | ( | ) |
Get signature name.
FSDK.SignatureVerifyResult.GetTSTSignatureVerifyResult | ( | ) |
Get the verify result of time stamp token of this signature.
FSDK.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.