• Skip to content
  • Skip to link menu
KDE 4.4 API Reference
  • KDE API Reference
  • KDE Support
  • Sitemap
  • Contact Us
 

qca

QCA::CSRContext

QCA::CSRContext Class Reference
[QCA provider API]

X.509 certificate request provider. More...

#include <QtCrypto>

Inheritance diagram for QCA::CSRContext:
Inheritance graph
[legend]

List of all members.

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

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 1312 of file qcaprovider.h.


Constructor & Destructor Documentation

QCA::CSRContext::CSRContext ( Provider *  p  )  [inline]

Standard constructor.

Parameters:
p the provider associated with this context

Definition at line 1321 of file qcaprovider.h.


Member Function Documentation

virtual bool QCA::CSRContext::canUseFormat ( CertificateRequestFormat  f  )  const [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.
virtual bool QCA::CSRContext::compare ( const CSRContext *  other  )  const [pure virtual]

Returns true if this certificate request is equal to another certificate request, otherwise false.

Parameters:
other the certificate request to compare with
virtual bool QCA::CSRContext::createRequest ( const CertificateOptions &  opts,
const PKeyContext &  priv 
) [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
virtual ConvertResult QCA::CSRContext::fromSPKAC ( const QString &  s  )  [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
virtual const CertContextProps* QCA::CSRContext::props (  )  const [pure virtual]

Returns a pointer to the properties of this certificate request.

virtual PKeyContext* QCA::CSRContext::subjectPublicKey (  )  const [pure virtual]

Returns a copy of this certificate request's public key.

The caller is responsible for deleting it.

virtual QString QCA::CSRContext::toSPKAC (  )  const [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:
  • qcaprovider.h

qca

Skip menu "qca"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

KDE Support

Skip menu "KDE Support"
  • akonadi
  • Decibel
  • grantlee
  • kdewin
  • phonon
  •     Backend
  • polkit-qt
  • qca
  • qimageblitz
  • soprano
  • strigi
  •     searchclient
  •     streamanalyzer
  •     streams
Generated for KDE Support by doxygen 1.5.9-20090814
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal