QCA::CRLContext
QCA::CRLContext Class Referenceabstract
#include <QtCrypto>
Inheritance diagram for QCA::CRLContext:

Public Member Functions | |
CRLContext (Provider *p) | |
virtual bool | compare (const CRLContext *other) const =0 |
virtual const CRLContextProps * | props () const =0 |
![]() | |
CertBase (Provider *p, const QString &type) | |
virtual ConvertResult | fromDER (const QByteArray &a)=0 |
virtual ConvertResult | fromPEM (const QString &s)=0 |
virtual QByteArray | toDER () const =0 |
virtual QString | toPEM () const =0 |
Additional Inherited Members | |
![]() | |
BasicContext (const BasicContext &from) | |
BasicContext (Provider *parent, const QString &type) | |
Detailed Description
X.509 certificate revocation list provider
- Note
- This class is part of the provider plugin interface and should not be used directly by applications. You probably want CRL instead.
Definition at line 1512 of file qcaprovider.h.
Constructor & Destructor Documentation
◆ CRLContext()
|
inline |
Standard constructor.
- Parameters
-
p the provider associated with this context
Definition at line 1521 of file qcaprovider.h.
Member Function Documentation
◆ compare()
|
pure virtual |
◆ props()
|
pure virtual |
Returns a pointer to the properties of this CRL.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 20 2023 03:51:29 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Mar 20 2023 03:51:29 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.