QCA::PKCS12Context

Search for usage in LXR

QCA::PKCS12Context Class Referenceabstract

#include <QtCrypto>

Inheritance diagram for QCA::PKCS12Context:

Public Member Functions

 PKCS12Context (Provider *p)
 
virtual ConvertResult fromPKCS12 (const QByteArray &in, const SecureArray &passphrase, QString *name, QList< CertContext * > *chain, PKeyContext **priv) const =0
 
virtual QByteArray toPKCS12 (const QString &name, const QList< const CertContext * > &chain, const PKeyContext &priv, const SecureArray &passphrase) const =0
 

Additional Inherited Members

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

Detailed Description

PKCS#12 provider.

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

Definition at line 1683 of file qcaprovider.h.

Constructor & Destructor Documentation

◆ PKCS12Context()

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

Standard constructor.

Parameters
pthe Provider associated with this context

Definition at line 1692 of file qcaprovider.h.

Member Function Documentation

◆ fromPKCS12()

virtual ConvertResult QCA::PKCS12Context::fromPKCS12 ( const QByteArray & in,
const SecureArray & passphrase,
QString * name,
QList< CertContext * > * chain,
PKeyContext ** priv ) const
pure virtual

Read PKCS#12 DER input and convert it into a set of output items.

The caller is responsible for deleting the returned items.

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

Parameters
inthe input data
passphrasethe passphrase needed to decrypt the input data
namethe destination string for the friendly name
chainthe destination list for the certificate chain
privaddress of a pointer to accept the private key

◆ toPKCS12()

virtual QByteArray QCA::PKCS12Context::toPKCS12 ( const QString & name,
const QList< const CertContext * > & chain,
const PKeyContext & priv,
const SecureArray & passphrase ) const
pure virtual

Create PKCS#12 DER output based on a set of input items.

Returns an empty array on error.

Parameters
namethe friendly name of the data
chainthe certificate chain to store
privthe private key to store
passphrasethe passphrase to encrypt the PKCS#12 data with

The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:26 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.