QCA::PKCS12Context
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 | |
![]() | |
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()
|
inline |
Standard constructor.
- Parameters
-
p the Provider associated with this context
Definition at line 1692 of file qcaprovider.h.
Member Function Documentation
◆ fromPKCS12()
|
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
-
in the input data passphrase the passphrase needed to decrypt the input data name the destination string for the friendly name chain the destination list for the certificate chain priv address of a pointer to accept the private key
◆ toPKCS12()
|
pure virtual |
Create PKCS#12 DER output based on a set of input items.
Returns an empty array on error.
- Parameters
-
name the friendly name of the data chain the certificate chain to store priv the private key to store passphrase the 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-2023 The KDE developers.
Generated on Thu Nov 30 2023 03:49:13 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 03:49:13 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.