|
Qt Cryptographic Architecture
|
#include <QtCrypto>

Public Member Functions | |
| virtual bool | compare (const CRLContext *other) const =0 |
| CRLContext (Provider *p) | |
| virtual const CRLContextProps * | props () 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 |
| Public Member Functions inherited from QCA::Provider::Context | |
| virtual Context * | clone () const =0 |
| Provider * | provider () const |
| bool | sameProvider (const Context *c) const |
| QString | type () const |
Additional Inherited Members | |
| Protected Member Functions inherited from QCA::BasicContext | |
| BasicContext (const BasicContext &from) | |
| BasicContext (Provider *parent, const QString &type) | |
| Protected Member Functions inherited from QCA::Provider::Context | |
| Context (const Context &from) | |
| Context (Provider *parent, const QString &type) | |
X.509 certificate revocation list provider.
|
inline |
Standard constructor.
| p | the provider associated with this context |
References QCA::CertBase::CertBase().
Referenced by compare().
|
pure virtual |
Returns a pointer to the properties of this CRL.
|
pure virtual |
Returns true if this CRL is equal to another CRL, otherwise false.
| other | the CRL to compare with |
References CRLContext().