QCA::CRLContextProps
#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 1268 of file qcaprovider.h.
Member Data Documentation
◆ issuer
| CertificateInfoOrdered QCA::CRLContextProps::issuer |
The issuer information of the CRL.
Definition at line 1274 of file qcaprovider.h.
◆ issuerId
| QByteArray QCA::CRLContextProps::issuerId |
The issuer id.
Definition at line 1309 of file qcaprovider.h.
◆ nextUpdate
| QDateTime QCA::CRLContextProps::nextUpdate |
The time this CRL expires, and the next CRL should be fetched.
Definition at line 1289 of file qcaprovider.h.
◆ number
| int QCA::CRLContextProps::number |
The CRL number, which increases at each update.
Definition at line 1279 of file qcaprovider.h.
◆ revoked
The revoked entries.
Definition at line 1294 of file qcaprovider.h.
◆ sig
| QByteArray QCA::CRLContextProps::sig |
The signature data of the CRL.
Definition at line 1299 of file qcaprovider.h.
◆ sigalgo
| SignatureAlgorithm QCA::CRLContextProps::sigalgo |
The signature algorithm used by the issuer to sign the CRL.
Definition at line 1304 of file qcaprovider.h.
◆ thisUpdate
| QDateTime QCA::CRLContextProps::thisUpdate |
The time this CRL was created.
Definition at line 1284 of file qcaprovider.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:01:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.