Issue #55: Windows implementation

This commit is contained in:
Jakub Melka
2023-12-23 15:30:17 +01:00
parent 17f94a102c
commit 56f5c4abcf
5 changed files with 181 additions and 53 deletions

View File

@@ -60,6 +60,9 @@ class PDF4QTLIBCORESHARED_EXPORT PDFSignatureFactory
{
public:
static bool sign(const PDFCertificateEntry& certificateEntry, QString password, QByteArray data, QByteArray& result);
private:
static bool signImpl_Win(const PDFCertificateEntry& certificateEntry, QString password, QByteArray data, QByteArray& result);
};
} // namespace pdf