Foxit PDF SDK
|
Instance Methods | |
(FSCertVerifyResultArray *) | - getCertificateVerifyResults |
Get certificate verify results. More... | |
(FSSignatureVerifyResultLTVState) | - getLTVState |
Get LTV state that indicates if a signature is a LTV signature. More... | |
(FSSignatureVerifyResultArray *) | - getOCSPSigantureVerifyResults |
Get signature verify results for OCSP signature of each certificate. More... | |
(FSDateTime *) | - getSignatureCheckTime |
Get the time that is actually used to check signature. More... | |
(FSLTVVerifierTimeType) | - getSignatureCheckTimeType |
Get the type of the time that is actually used to check siganture. More... | |
(NSData *) | - getSignatureHashValue |
Get signature hash value. More... | |
(NSString *) | - getSignatureName |
Get signature name. More... | |
(unsigned int) | - getSignatureState |
Get signature state. More... | |
(FSSignatureVerifyResult *) | - getTSTSignatureVerifyResult |
Get the verify result of time stamp token of this signature. More... | |
(id) | - initWithOther: |
Constructor, with another signature veirfy result object. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
This class represents signature verify result.
- (FSCertVerifyResultArray *) getCertificateVerifyResults |
Get certificate verify results.
- (FSSignatureVerifyResultLTVState) getLTVState |
Get LTV state that indicates if a signature is a LTV signature.
- (FSSignatureVerifyResultArray *) getOCSPSigantureVerifyResults |
Get signature verify results for OCSP signature of each certificate.
- (FSDateTime *) getSignatureCheckTime |
Get the time that is actually used to check signature.
- (FSLTVVerifierTimeType) getSignatureCheckTimeType |
Get the type of the time that is actually used to check siganture.
- (NSData *) getSignatureHashValue |
Get signature hash value.
- (NSString *) getSignatureName |
Get signature name.
- (unsigned int) getSignatureState |
Get signature state.
- (FSSignatureVerifyResult *) getTSTSignatureVerifyResult |
Get the verify result of time stamp token of this signature.
- (id) initWithOther: | (FSSignatureVerifyResult*) | other |
Constructor, with another signature veirfy result object.
[in] | other | Another signature veirfy result object. |
- (BOOL) isEmpty |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.