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 |
X.509 certificate revocation list properties.
For efficiency and simplicity, the members are directly accessed.
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.