Qt Cryptographic Architecture
|
#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.
CertificateInfoOrdered QCA::CRLContextProps::issuer |
The issuer information of the CRL.
int QCA::CRLContextProps::number |
The CRL number, which increases at each update.
QDateTime QCA::CRLContextProps::thisUpdate |
The time this CRL was created.
QDateTime QCA::CRLContextProps::nextUpdate |
QByteArray QCA::CRLContextProps::sig |
The signature data of the CRL.
SignatureAlgorithm QCA::CRLContextProps::sigalgo |
The signature algorithm used by the issuer to sign the CRL.
QByteArray QCA::CRLContextProps::issuerId |
The issuer id.