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