QCA::CRLContextProps

Search for usage in LXR

QCA::CRLContextProps Class Reference

#include <QtCrypto>

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.

Definition at line 1268 of file qcaprovider.h.

Member Data Documentation

◆ issuer

CertificateInfoOrdered QCA::CRLContextProps::issuer

The issuer information of the CRL.

Definition at line 1274 of file qcaprovider.h.

◆ issuerId

QByteArray QCA::CRLContextProps::issuerId

The issuer id.

Definition at line 1309 of file qcaprovider.h.

◆ nextUpdate

QDateTime QCA::CRLContextProps::nextUpdate

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

Definition at line 1289 of file qcaprovider.h.

◆ number

int QCA::CRLContextProps::number

The CRL number, which increases at each update.

Definition at line 1279 of file qcaprovider.h.

◆ revoked

QList<CRLEntry> QCA::CRLContextProps::revoked

The revoked entries.

Definition at line 1294 of file qcaprovider.h.

◆ sig

QByteArray QCA::CRLContextProps::sig

The signature data of the CRL.

Definition at line 1299 of file qcaprovider.h.

◆ sigalgo

SignatureAlgorithm QCA::CRLContextProps::sigalgo

The signature algorithm used by the issuer to sign the CRL.

Definition at line 1304 of file qcaprovider.h.

◆ thisUpdate

QDateTime QCA::CRLContextProps::thisUpdate

The time this CRL was created.

Definition at line 1284 of file qcaprovider.h.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:26 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.