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

@@ -182,6 +182,7 @@ struct PDFCertificateEntry
EntryType type = EntryType::User;
PDFCertificateInfo info;
QByteArray pkcs12;
QString pkcs12fileName;
};
using PDFCertificateEntries = std::vector<PDFCertificateEntry>;