QCA::CertificateAuthority Class Reference
[QCA user API]
A Certificate Authority is used to generate Certificates and Certificate Revocation Lists (CRLs).
More...
#include <QtCrypto>
List of all members.
Detailed Description
A Certificate Authority is used to generate Certificates and Certificate Revocation Lists (CRLs).
Constructor & Destructor Documentation
Create a new Certificate Authority.
- Parameters:
-
| cert | the CA certificate |
| key | the private key associated with the CA certificate |
| provider | the provider to use, if a specific provider is required |
Copy constructor.
- Parameters:
-
Member Function Documentation
Standard assignment operator.
- Parameters:
-
Certificate QCA::CertificateAuthority::certificate |
( |
|
) |
const |
The Certificate belonging to the CertificateAuthority.
This is the Certificate that was passed as an argument to the constructor
CRL QCA::CertificateAuthority::createCRL |
( |
const QDateTime & |
nextUpdate |
) |
const |
Create a new Certificate Revocation List (CRL).
- Parameters:
-
| nextUpdate | the date that the CRL will be updated |
- Returns:
- an empty CRL
Update the CRL to include new entries.
- Parameters:
-
| crl | the CRL to update |
| entries | the entries to add to the CRL |
| nextUpdate | the date that this CRL will be updated |
- Returns:
- the update CRL
The documentation for this class was generated from the following file: