QCA::CertificateOptions
#include <QtCrypto>
Detailed Description
Certificate options
- Note
- In SPKAC mode, all options are ignored except for challenge
Definition at line 609 of file qca_cert.h.
Constructor & Destructor Documentation
◆ CertificateOptions() [1/2]
QCA::CertificateOptions::CertificateOptions | ( | CertificateRequestFormat | format = PKCS10 | ) |
Create a Certificate options set.
- Parameters
-
format the format to create the certificate request in
◆ CertificateOptions() [2/2]
QCA::CertificateOptions::CertificateOptions | ( | const CertificateOptions & | from | ) |
Standard copy constructor.
- Parameters
-
from the Certificate Options to copy into this object
Member Function Documentation
◆ challenge()
QString QCA::CertificateOptions::challenge | ( | ) | const |
◆ constraints()
Constraints QCA::CertificateOptions::constraints | ( | ) | const |
List the constraints on this certificate.
◆ crlLocations()
QStringList QCA::CertificateOptions::crlLocations | ( | ) | const |
list of URI locations for CRL files
each URI refers to the same CRL file
For Certificate creation only
◆ format()
CertificateRequestFormat QCA::CertificateOptions::format | ( | ) | const |
test the format type for this certificate
◆ info()
CertificateInfo QCA::CertificateOptions::info | ( | ) | const |
Information on the subject of the certificate.
- See also
- setInfo
◆ infoOrdered()
CertificateInfoOrdered QCA::CertificateOptions::infoOrdered | ( | ) | const |
Information on the subject of the certificate, in the exact order the items will be written.
- See also
- setInfoOrdered
◆ isCA()
bool QCA::CertificateOptions::isCA | ( | ) | const |
◆ issuerLocations()
QStringList QCA::CertificateOptions::issuerLocations | ( | ) | const |
list of URI locations for issuer certificate files
each URI refers to the same issuer file
For Certificate creation only
◆ isValid()
bool QCA::CertificateOptions::isValid | ( | ) | const |
Test if the certificate options object is valid.
- Returns
- true if the certificate options object is valid
◆ notValidAfter()
QDateTime QCA::CertificateOptions::notValidAfter | ( | ) | const |
the last time the certificate is valid
For Certificate creation only
◆ notValidBefore()
QDateTime QCA::CertificateOptions::notValidBefore | ( | ) | const |
the first time the certificate will be valid
For Certificate creation only
◆ ocspLocations()
QStringList QCA::CertificateOptions::ocspLocations | ( | ) | const |
list of URI locations for OCSP services
For Certificate creation only
◆ operator=()
CertificateOptions & QCA::CertificateOptions::operator= | ( | const CertificateOptions & | from | ) |
Standard assignment operator.
- Parameters
-
from the Certificate Options to copy into this object
◆ pathLimit()
int QCA::CertificateOptions::pathLimit | ( | ) | const |
return the path limit on this certificate
◆ policies()
QStringList QCA::CertificateOptions::policies | ( | ) | const |
list the policies on this certificate
◆ serialNumber()
BigInteger QCA::CertificateOptions::serialNumber | ( | ) | const |
The serial number for the certificate.
For Certificate creation only
◆ setAsCA()
void QCA::CertificateOptions::setAsCA | ( | int | pathLimit = 8 | ) |
set the certificate to be a CA cert
- Parameters
-
pathLimit the number of intermediate certificates allowable
◆ setAsUser()
void QCA::CertificateOptions::setAsUser | ( | ) |
set the certificate to be a user cert (this is the default)
◆ setChallenge()
void QCA::CertificateOptions::setChallenge | ( | const QString & | s | ) |
Specify the challenge associated with this certificate.
- Parameters
-
s the challenge string
- See also
- challenge()
◆ setConstraints()
void QCA::CertificateOptions::setConstraints | ( | const Constraints & | constraints | ) |
set the constraints on the certificate
- Parameters
-
constraints the constraints to be used for the certificate
◆ setCRLLocations()
void QCA::CertificateOptions::setCRLLocations | ( | const QStringList & | locations | ) |
◆ setFormat()
void QCA::CertificateOptions::setFormat | ( | CertificateRequestFormat | f | ) |
Specify the format for this certificate.
- Parameters
-
f the format to use
◆ setInfo()
void QCA::CertificateOptions::setInfo | ( | const CertificateInfo & | info | ) |
Specify information for the subject associated with the certificate.
- Parameters
-
info the information for the subject
- See also
- info()
◆ setInfoOrdered()
void QCA::CertificateOptions::setInfoOrdered | ( | const CertificateInfoOrdered & | info | ) |
Specify information for the subject associated with the certificate.
- Parameters
-
info the information for the subject
- See also
- info()
◆ setIssuerLocations()
void QCA::CertificateOptions::setIssuerLocations | ( | const QStringList & | locations | ) |
set the issuer certificate locations of the certificate
each location refers to the same issuer file.
- Parameters
-
locations a list of URIs to issuer certificate files
◆ setOCSPLocations()
void QCA::CertificateOptions::setOCSPLocations | ( | const QStringList & | locations | ) |
set the OCSP service locations of the certificate
- Parameters
-
locations a list of URIs to OCSP services
◆ setPolicies()
void QCA::CertificateOptions::setPolicies | ( | const QStringList & | policies | ) |
set the policies on the certificate
- Parameters
-
policies the policies to be used for the certificate
◆ setSerialNumber()
void QCA::CertificateOptions::setSerialNumber | ( | const BigInteger & | i | ) |
Set the serial number property on this certificate.
- Parameters
-
i the serial number to use
◆ setValidityPeriod()
Set the validity period for the certificate.
- Parameters
-
start the first time this certificate becomes valid end the last time this certificate is valid
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:53:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.