Qt Cryptographic Architecture
Protected Member Functions | List of all members
QCA::SecureMessageSystem Class Reference

#include <QtCrypto>

Collaboration diagram for QCA::SecureMessageSystem:
Collaboration graph
[legend]

Protected Member Functions

 SecureMessageSystem (QObject *parent, const QString &type, const QString &provider)
 
- Protected Member Functions inherited from QCA::Algorithm
 Algorithm ()
 
 Algorithm (const QString &type, const QString &provider)
 

Additional Inherited Members

- Public Member Functions inherited from QCA::Algorithm
 Algorithm (const Algorithm &from)
 
void change (Provider::Context *c)
 
void change (const QString &type, const QString &provider)
 
Provider::Contextcontext ()
 
const Provider::Contextcontext () const
 
Algorithmoperator= (const Algorithm &from)
 
Providerprovider () const
 
Provider::ContexttakeContext ()
 
QString type () const
 

Detailed Description

Abstract superclass for secure messaging systems.

See also
SecureMessage
SecureMessageKey

Constructor & Destructor Documentation

QCA::SecureMessageSystem::SecureMessageSystem ( QObject parent,
const QString &  type,
const QString &  provider 
)
protected

Protected constructor for SecureMessageSystem classes.

You are meant to be using a subclass (such as OpenPGP or CMS) - you only need to worry about this class if you are creating a whole new SecureMessageSystem type.

Parameters
parentthe parent object for this object
typethe name of the Type of SecureMessageSystem to create
providerthe provider to use, if a specific provider is required.

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