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