mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Handling CAdES signatures
This commit is contained in:
@ -34,6 +34,7 @@ class PDFForm;
|
||||
class PDFObjectStorage;
|
||||
class PDFCertificateStore;
|
||||
class PDFFormFieldSignature;
|
||||
class PDFDocumentSecurityStore;
|
||||
|
||||
/// Signature reference dictionary.
|
||||
class PDFSignatureReference
|
||||
@ -375,6 +376,7 @@ public:
|
||||
struct Parameters
|
||||
{
|
||||
const PDFCertificateStore* store = nullptr;
|
||||
const PDFDocumentSecurityStore* dss = nullptr;
|
||||
bool enableVerification = true;
|
||||
bool ignoreExpirationDate = false;
|
||||
bool useSystemCertificateStore = true;
|
||||
|
Reference in New Issue
Block a user