Qt Cryptographic Architecture
QCA::CertCollectionContext Class Referenceabstract

#include <QtCrypto>

Collaboration diagram for QCA::CertCollectionContext:

Public Member Functions

 CertCollectionContext (Provider *p)
virtual ConvertResult fromPKCS7 (const QByteArray &a, QList< CertContext * > *certs, QList< CRLContext * > *crls) const =0
virtual QByteArray toPKCS7 (const QList< CertContext * > &certs, const QList< CRLContext * > &crls) const =0
Public Member Functions inherited from QCA::Provider::Context
virtual Contextclone () const =0
Providerprovider () const
bool sameProvider (const Context *c) const
QString type () const

Additional Inherited Members

Protected Member Functions inherited from QCA::BasicContext
 BasicContext (const BasicContext &from)
 BasicContext (Provider *parent, const QString &type)
Protected Member Functions inherited from QCA::Provider::Context
 Context (const Context &from)
 Context (Provider *parent, const QString &type)

Detailed Description

X.509 certificate collection provider.

Note
This class is part of the provider plugin interface and should not be used directly by applications. You probably want CertificateCollection instead.

Constructor & Destructor Documentation

◆ CertCollectionContext()

QCA::CertCollectionContext::CertCollectionContext ( Provider * p)
inline

Standard constructor.

Parameters
pthe provider associated with this context

References QCA::BasicContext::BasicContext().

Member Function Documentation

◆ toPKCS7()

virtual QByteArray QCA::CertCollectionContext::toPKCS7 ( const QList< CertContext * > & certs,
const QList< CRLContext * > & crls ) const
pure virtual

Create PKCS#7 DER output based on the input certificates and CRLs.

Returns an empty array on error.

Parameters
certslist of certificates to store in the output
crlslist of CRLs to store in the output

◆ fromPKCS7()

virtual ConvertResult QCA::CertCollectionContext::fromPKCS7 ( const QByteArray & a,
QList< CertContext * > * certs,
QList< CRLContext * > * crls ) const
pure virtual

Read PKCS#7 DER input and convert it into a list of certificates and CRLs.

The caller is responsible for deleting the returned items.

Returns QCA::ConvertGood if successful, otherwise some error value.

Parameters
athe input data
certsthe destination list for the certificates
crlsthe destination list for the CRLs

The documentation for this class was generated from the following file: