CPDFSigner Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | CPDFSignature.h |
isSignVerified
Whether authorized by the signer.
@property (nonatomic, readonly) BOOL isSignVerifiedDiscussion
Whether authorized by the signer.
Declared In
CPDFSignature.h
isCertTrusted
Whether the certificate is in the trusted list.
@property (nonatomic, readonly) BOOL isCertTrustedDiscussion
Whether the certificate is in the trusted list.
Declared In
CPDFSignature.h
certificates
Get the certificate.
@property (nonatomic, readonly) NSArray<CPDFSignatureCertificate*> *certificatesDiscussion
Get the certificate.
Declared In
CPDFSignature.h
timestampSignature
Get the timestamp signature.
@property (nonatomic, readonly) CPDFSignature *timestampSignatureDiscussion
Get the timestamp signature.
Declared In
CPDFSignature.h
authenDate
Get the time on the timestamps signature.
@property (nonatomic, readonly) NSDate *authenDateDiscussion
Get the time on the timestamps signature.
Declared In
CPDFSignature.h