Qt Cryptographic Architecture
|
#include <QtCrypto>
Public Member Functions | |
OpenPGP (QObject *parent=nullptr, const QString &provider=QString()) | |
![]() | |
Algorithm (const Algorithm &from) | |
void | change (const QString &type, const QString &provider) |
void | change (Provider::Context *c) |
Provider::Context * | context () |
const Provider::Context * | context () const |
Algorithm & | operator= (const Algorithm &from) |
Provider * | provider () const |
Provider::Context * | takeContext () |
QString | type () const |
Additional Inherited Members | |
![]() | |
SecureMessageSystem (QObject *parent, const QString &type, const QString &provider) | |
![]() | |
Algorithm () | |
Algorithm (const QString &type, const QString &provider) | |
Pretty Good Privacy messaging system.
|
explicit |
Standard constructor.
parent | the parent object for this object |
provider | the provider to use, if a specific provider is required |