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

The SPKAC challenge value.

This field is for certificate requests only.

The constraints.

A list of URIs for CRLs.

This field is for certificates only.

The time the certificate expires.

This field is for certificates only.

The format used for the certificate request.

This field is for certificate requests only.

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

True if the certificate is self-signed.

This field is for certificates only.

The issuer information.

This field is for certificates only.

The issuer id.

This field is for certificates only.

A list of URIs for issuer certificates.

This field is for certificates only.

A list of URIs for OCSP services.

This field is for certificates only.

The path limit.

The policies.

The certificate serial number.

This field is for certificates only.

The signature data.

The signature algorithm used to create the signature.

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

This field is for certificates only.

The subject information.

The subject id.

This field is for certificates only.

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 Wed Apr 29 15:15:56 2009 for Qt Cryptographic Architecture by  doxygen 1.5.5