Issue #161: Add AATL certificates

This commit is contained in:
Jakub Melka
2024-10-29 20:27:12 +01:00
parent 80d6ab2e99
commit 7463e4501a
9 changed files with 8080 additions and 34 deletions

View File

@ -170,6 +170,7 @@ struct PDFCertificateEntry
{
User, ///< Certificate has been added manually by the user
System, ///< System certificate
AATL, ///< Trusted list
};
void serialize(QDataStream& stream) const;
@ -238,6 +239,9 @@ public:
/// Creates default directory for certificate store
void createDirectoryForDefaultUserCertificatesStore();
/// Returns a list of aatl certificates
static PDFCertificateEntries getAATLCertificates();
/// Returns a list of system certificates
static PDFCertificateEntries getSystemCertificates();