QCA::CertContextProps Class Reference
[QCA provider API]

X.509 certificate or certificate request properties. More...

#include <QtCrypto>

Collaboration diagram for QCA::CertContextProps:

Collaboration graph
[legend]
List of all members.

Public Attributes

QString challenge
Constraints constraints
QStringList crlLocations
QDateTime end
CertificateRequestFormat format
bool isCA
bool isSelfSigned
CertificateInfoOrdered issuer
QByteArray issuerId
QStringList issuerLocations
QStringList ocspLocations
int pathLimit
QStringList policies
BigInteger serial
QByteArray sig
SignatureAlgorithm sigalgo
QDateTime start
CertificateInfoOrdered subject
QByteArray subjectId
int version

Detailed Description

X.509 certificate or certificate request properties.

Note:
This class is part of the provider plugin interface and should not be used directly by applications. You probably want Certificate or CertificateRequest instead.
Some fields are only for certificates or only for certificate requests, and these fields are noted.


Member Data Documentation

QString QCA::CertContextProps::challenge

The SPKAC challenge value.

This field is for certificate requests only.

Constraints QCA::CertContextProps::constraints

The constraints.

QStringList QCA::CertContextProps::crlLocations

A list of URIs for CRLs.

This field is for certificates only.

QDateTime QCA::CertContextProps::end

The time the certificate expires.

This field is for certificates only.

CertificateRequestFormat QCA::CertContextProps::format

The format used for the certificate request.

This field is for certificate requests only.

bool QCA::CertContextProps::isCA

True if the certificate is a CA or the certificate request is requesting to be a CA, otherwise false.

bool QCA::CertContextProps::isSelfSigned

True if the certificate is self-signed.

This field is for certificates only.

CertificateInfoOrdered QCA::CertContextProps::issuer

The issuer information.

This field is for certificates only.

QByteArray QCA::CertContextProps::issuerId

The issuer id.

This field is for certificates only.

QStringList QCA::CertContextProps::issuerLocations

A list of URIs for issuer certificates.

This field is for certificates only.

QStringList QCA::CertContextProps::ocspLocations

A list of URIs for OCSP services.

This field is for certificates only.

int QCA::CertContextProps::pathLimit

The path limit.

QStringList QCA::CertContextProps::policies

The policies.

BigInteger QCA::CertContextProps::serial

The certificate serial number.

This field is for certificates only.

QByteArray QCA::CertContextProps::sig

The signature data.

SignatureAlgorithm QCA::CertContextProps::sigalgo

The signature algorithm used to create the signature.

QDateTime QCA::CertContextProps::start

The time the certificate becomes valid (often the time of create).

This field is for certificates only.

CertificateInfoOrdered QCA::CertContextProps::subject

The subject information.

QByteArray QCA::CertContextProps::subjectId

The subject id.

This field is for certificates only.

int QCA::CertContextProps::version

The X.509 certificate version, usually 3.

This field is for certificates only.


The documentation for this class was generated from the following file:
Generated on Thu Sep 6 19:14:09 2007 for Qt Cryptographic Architecture by  doxygen 1.5.2