qca
QCA::CRLContextProps Class Reference
[QCA provider API]
X.509 certificate revocation list properties. More...
#include <QtCrypto>
Public Attributes | |
| CertificateInfoOrdered | issuer |
| QByteArray | issuerId |
| QDateTime | nextUpdate |
| int | number |
| QList< CRLEntry > | revoked |
| QByteArray | sig |
| SignatureAlgorithm | sigalgo |
| QDateTime | thisUpdate |
Detailed Description
X.509 certificate revocation list properties.
- Note:
- This class is part of the provider plugin interface and should not be used directly by applications. You probably want CRL instead.
For efficiency and simplicity, the members are directly accessed.
Definition at line 1163 of file qcaprovider.h.
Member Data Documentation
The issuer information of the CRL.
Definition at line 1169 of file qcaprovider.h.
The issuer id.
Definition at line 1204 of file qcaprovider.h.
The time this CRL expires, and the next CRL should be fetched.
Definition at line 1184 of file qcaprovider.h.
The CRL number, which increases at each update.
Definition at line 1174 of file qcaprovider.h.
The revoked entries.
Definition at line 1189 of file qcaprovider.h.
The signature data of the CRL.
Definition at line 1194 of file qcaprovider.h.
The signature algorithm used by the issuer to sign the CRL.
Definition at line 1199 of file qcaprovider.h.
The time this CRL was created.
Definition at line 1179 of file qcaprovider.h.
The documentation for this class was generated from the following file:
KDE 4.4 API Reference