#include <QtCrypto>
Inheritance diagram for QCA::CertificateRequest:
A CertificateRequest is a unsigned request for a Certificate
|
Create an empty certificate request.
|
|
Create a certificate request based on the contents of a file.
|
|
Create a certificate request based on specified options.
|
|
Standard copy constructor.
|
|
Standard assignment operator.
|
|
test if the certificate request is empty
|
|
Test if the certificate request can use a specified format.
|
|
the format that this Certificate request is in
|
|
Information on the subject of the certificate being requested.
|
|
Information on the subject of the certificate being requested, as an ordered list (QList of CertificateInfoPair).
|
|
The constraints that apply to this certificate request.
|
|
The policies that apply to this certificate request.
|
|
The public key belonging to the issuer.
|
|
Test if this Certificate Request is for a Certificate Authority certificate.
|
|
The path limit for the certificate in this Certificate Request.
|
|
The challenge associated with this certificate request.
|
|
The algorithm used to make the signature on this certificate request.
|
|
Test for equality of two certificate requests.
|
|
Inequality operator.
|
|
Export the Certificate Request into a DER format.
|
|
Export the Certificate Request into a PEM format.
|
|
Export the Certificate into PEM format in a file.
|
|
Import the certificate request from DER.
|
|
Import the certificate request from PEM format.
|
|
Import the certificate request from a file.
|
|
Export the CertificateRequest to a string.
|
|
Import the CertificateRequest from a string.
|
|
For internal use only.
|