qca
QCA::CRLContext Class Reference
[QCA provider API]
X.509 certificate revocation list provider. More...
#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 |
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 1393 of file qcaprovider.h.
Constructor & Destructor Documentation
| QCA::CRLContext::CRLContext | ( | Provider * | p | ) | [inline] |
Standard constructor.
- Parameters:
-
p the provider associated with this context
Definition at line 1402 of file qcaprovider.h.
Member Function Documentation
| virtual bool QCA::CRLContext::compare | ( | const CRLContext * | other | ) | const [pure virtual] |
| 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:
KDE 4.4 API Reference