Foxit PDF SDK
9.1
|
Class Methods | |
(NSMutableArray *) | + getCertFromSignatureContent: |
(PDF_CERT_ERROR_CODE) | + getCertInfo:password:certInfo: |
(NSMutableDictionary *) | + getTrustCertificateInformation: |
(BOOL) | + isCertTrusted:toTrust: |
+ (NSMutableArray *) getCertFromSignatureContent: | (FSSignature *) | signature |
+ (PDF_CERT_ERROR_CODE) getCertInfo: | (NSString *) | path | |
password: | (NSString *) | pwd | |
certInfo: | (CERT_INFO *) | info | |
+ (NSMutableDictionary *) getTrustCertificateInformation: | (NSData *) | certData |
+ (BOOL) isCertTrusted: | (NSData *) | cert | |
toTrust: | (NSData *) | needBeTrustedCertData | |