QCA::CSRContext
#include <QtCrypto>

Public Member Functions | |
CSRContext (Provider *p) | |
virtual bool | canUseFormat (CertificateRequestFormat f) const =0 |
virtual bool | compare (const CSRContext *other) const =0 |
virtual bool | createRequest (const CertificateOptions &opts, const PKeyContext &priv)=0 |
virtual ConvertResult | fromSPKAC (const QString &s)=0 |
virtual const CertContextProps * | props () const =0 |
virtual PKeyContext * | subjectPublicKey () const =0 |
virtual QString | toSPKAC () const =0 |
![]() | |
CertBase (Provider *p, const QString &type) | |
virtual ConvertResult | fromDER (const QByteArray &a)=0 |
virtual ConvertResult | fromPEM (const QString &s)=0 |
virtual QByteArray | toDER () const =0 |
virtual QString | toPEM () const =0 |
Additional Inherited Members | |
![]() | |
BasicContext (const BasicContext &from) | |
BasicContext (Provider *parent, const QString &type) | |
Detailed Description
X.509 certificate request provider
- Note
- This class is part of the provider plugin interface and should not be used directly by applications. You probably want CertificateRequest instead.
Definition at line 1428 of file qcaprovider.h.
Constructor & Destructor Documentation
◆ CSRContext()
|
inline |
Standard constructor.
- Parameters
-
p the provider associated with this context
Definition at line 1437 of file qcaprovider.h.
Member Function Documentation
◆ canUseFormat()
|
pure virtual |
Returns true if the provider of this object supports the specified format, otherwise false.
- Parameters
-
f the format to test for support for.
◆ compare()
|
pure virtual |
Returns true if this certificate request is equal to another certificate request, otherwise false.
- Parameters
-
other the certificate request to compare with
◆ createRequest()
|
pure virtual |
Create a certificate request based on the given options and private key.
Returns true if successful, otherwise false.
If successful, this object becomes the certificate request. If unsuccessful, this object is considered to be in an uninitialized state.
- Parameters
-
opts the options to set on the certificate priv the key to be used to sign the certificate
◆ fromSPKAC()
|
pure virtual |
Read Netscape SPKAC input and convert it into a certificate request.
Returns QCA::ConvertGood if successful, otherwise some error value.
- Parameters
-
s the input data
◆ props()
|
pure virtual |
Returns a pointer to the properties of this certificate request.
◆ subjectPublicKey()
|
pure virtual |
Returns a copy of this certificate request's public key.
The caller is responsible for deleting it.
◆ toSPKAC()
|
pure virtual |
Convert this certificate request to Netscape SPKAC format, and return the value.
Returns an empty string on error.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jun 8 2023 03:49:23 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.