#include <QtCrypto>
Collaboration diagram for QCA::CRLContextProps:

Public Attributes | |
| CertificateInfoOrdered | issuer |
| int | number |
| QDateTime | thisUpdate |
| QDateTime | nextUpdate |
| QList< CRLEntry > | revoked |
| QByteArray | sig |
| SignatureAlgorithm | sigalgo |
| QByteArray | issuerId |
The issuer information of the CRL.
The CRL number, which increases at each update.
The time this CRL was created.
The revoked entries.
The signature data of the CRL.
The signature algorithm used by the issuer to sign the CRL.
The issuer id.
1.5.2