QCA::CRLContext

Search for usage in LXR

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 CRLContextPropsprops () const =0
 
- Public Member Functions inherited from QCA::CertBase
 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

- Protected Member Functions inherited from QCA::BasicContext
 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()

QCA::CRLContext::CRLContext ( Provider * p)
inline

Standard constructor.

Parameters
pthe provider associated with this context

Definition at line 1521 of file qcaprovider.h.

Member Function Documentation

◆ compare()

virtual bool QCA::CRLContext::compare ( const CRLContext * other) const
pure virtual

Returns true if this CRL is equal to another CRL, otherwise false.

Parameters
otherthe CRL to compare with

◆ props()

virtual const CRLContextProps * QCA::CRLContext::props ( ) const
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-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:26 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.