mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #161: Add AATL certificates
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user