Qt Cryptographic Architecture
Public Attributes | List of all members
QCA::CRLContextProps Class Reference

#include <QtCrypto>

Collaboration diagram for QCA::CRLContextProps:
Collaboration graph
[legend]

Public Attributes

CertificateInfoOrdered issuer
 
QByteArray issuerId
 
QDateTime nextUpdate
 
int number
 
QList< CRLEntryrevoked
 
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.

Member Data Documentation

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

The time this CRL expires, and the next CRL should be fetched.

QList<CRLEntry> QCA::CRLContextProps::revoked

The revoked entries.

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.


The documentation for this class was generated from the following file: