Foxit PDF SDK
|
Public Member Functions | |
SignatureVerifyResult (SignatureVerifyResult other) | |
Constructor, with another signature veirfy result object. More... | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
CertVerifyResultArray | getCertificateVerifyResults () |
Get certificate verify results. More... | |
int | 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... | |
int | 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... | |
int | getSignatureState () |
Get signature state. More... | |
SignatureVerifyResult | getTSTSignatureVerifyResult () |
Get the verify result of time stamp token of this signature. More... | |
boolean | isEmpty () |
Check whether current object is empty or not. More... | |
![]() | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
Static Public Attributes | |
static final int | e_LTVStateEnable = 1 |
This means LTV is enabled. | |
static final int | e_LTVStateInactive = 0 |
This means LTV is inactive. | |
static final int | e_LTVStateNotEnable = 2 |
This means LTV is not enabled. | |
This class represents signature verify result.
com.foxit.sdk.pdf.SignatureVerifyResult.SignatureVerifyResult | ( | SignatureVerifyResult | other | ) |
Constructor, with another signature veirfy result object.
[in] | other | Another signature veirfy result object. |
synchronized void com.foxit.sdk.pdf.SignatureVerifyResult.delete | ( | ) |
Clean up related resources immediately.
CertVerifyResultArray com.foxit.sdk.pdf.SignatureVerifyResult.getCertificateVerifyResults | ( | ) |
Get certificate verify results.
int com.foxit.sdk.pdf.SignatureVerifyResult.getLTVState | ( | ) |
Get LTV state that indicates if a signature is a LTV signature.
SignatureVerifyResultArray com.foxit.sdk.pdf.SignatureVerifyResult.getOCSPSigantureVerifyResults | ( | ) |
Get signature verify results for OCSP signature of each certificate.
DateTime com.foxit.sdk.pdf.SignatureVerifyResult.getSignatureCheckTime | ( | ) |
Get the time that is actually used to check signature.
int com.foxit.sdk.pdf.SignatureVerifyResult.getSignatureCheckTimeType | ( | ) |
Get the type of the time that is actually used to check siganture.
byte[] com.foxit.sdk.pdf.SignatureVerifyResult.getSignatureHashValue | ( | ) |
Get signature hash value.
String com.foxit.sdk.pdf.SignatureVerifyResult.getSignatureName | ( | ) |
Get signature name.
int com.foxit.sdk.pdf.SignatureVerifyResult.getSignatureState | ( | ) |
Get signature state.
SignatureVerifyResult com.foxit.sdk.pdf.SignatureVerifyResult.getTSTSignatureVerifyResult | ( | ) |
Get the verify result of time stamp token of this signature.
boolean com.foxit.sdk.pdf.SignatureVerifyResult.isEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.