#include <QtCrypto>
Inheritance diagram for QCA::CertificateAuthority:


Public Member Functions | |
| CertificateAuthority (const Certificate &cert, const PrivateKey &key, const QString &provider) | |
| CertificateAuthority (const CertificateAuthority &from) | |
| CertificateAuthority & | operator= (const CertificateAuthority &from) |
| Certificate | certificate () const |
| Certificate | signRequest (const CertificateRequest &req, const QDateTime ¬ValidAfter) const |
| Certificate | createCertificate (const PublicKey &key, const CertificateOptions &opts) const |
| CRL | createCRL (const QDateTime &nextUpdate) const |
| CRL | updateCRL (const CRL &crl, const QList< CRLEntry > &entries, const QDateTime &nextUpdate) const |
|
||||||||||||||||
|
Create a new Certificate Authority.
|
|
|
Copy constructor.
|
|
|
Standard assignment operator.
|
|
|
The Certificate belonging to the CertificateAuthority. This is the Certificate that was passed as an argument to the constructor |
|
||||||||||||
|
Create a new Certificate by signing the provider CertificateRequest.
|
|
||||||||||||
|
Create a new Certificate.
|
|
|
Create a new Certificate Revocation List (CRL).
|
|
||||||||||||||||
|
Update the CRL to include new entries.
|
1.4.6