Okular::CertificateStore
#include <signatureutils.h>
Public Member Functions | |
virtual | ~CertificateStore () |
virtual QList< CertificateInfo > | signingCertificates (bool *userCancelled) const |
QList< CertificateInfo > | signingCertificatesForNow (bool *userCancelled, bool *nonDateValidCerts) const |
Detailed Description
A helper class to store information about x509 certificate.
Definition at line 516 of file signatureutils.h.
Constructor & Destructor Documentation
◆ ~CertificateStore()
|
virtual |
Destructor.
Definition at line 439 of file signatureutils.cpp.
◆ CertificateStore()
|
protected |
Definition at line 435 of file signatureutils.cpp.
Member Function Documentation
◆ signingCertificates()
|
virtual |
Returns list of valid, usable signing certificates.
This can ask the user for a password, userCancelled will be true if the user decided not to enter it.
- Since
- 23.08
Definition at line 443 of file signatureutils.cpp.
◆ signingCertificatesForNow()
QList< CertificateInfo > CertificateStore::signingCertificatesForNow | ( | bool * | userCancelled, |
bool * | nonDateValidCerts ) const |
Returns list of valid, usable signing certificates for current date and time.
This can ask the user for a password, userCancelled will be true if the user decided not to enter it.
nonDateValidCerts is true if the user has signing certificates but their validity start date is in the future or past their validity end date.
- Since
- 23.08
Definition at line 449 of file signatureutils.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:49:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.