Okular::CertificateStore

Search for usage in LXR

Okular::CertificateStore Class Reference

#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 515 of file signatureutils.h.

Constructor & Destructor Documentation

◆ ~CertificateStore()

CertificateStore::~CertificateStore ( )
virtual

Destructor.

Definition at line 439 of file signatureutils.cpp.

◆ CertificateStore()

CertificateStore::CertificateStore ( )
protected

Definition at line 435 of file signatureutils.cpp.

Member Function Documentation

◆ signingCertificates()

QList< CertificateInfo > CertificateStore::signingCertificates ( bool * userCancelled) const
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:35 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.