Signals | Public Member Functions

QXmppSslServer Class Reference

The QXmppSslServer class represents an SSL-enabled TCP server. More...

#include <QXmppServer.h>

List of all members.

Signals

void newConnection (QSslSocket *socket)
 This signal is emitted when a new connection is established.

Public Member Functions

 QXmppSslServer (QObject *parent=0)
 ~QXmppSslServer ()
void addCaCertificates (const QString &caCertificates)
void setLocalCertificate (const QString &localCertificate)
void setPrivateKey (const QString &privateKey)

Detailed Description

The QXmppSslServer class represents an SSL-enabled TCP server.


Constructor & Destructor Documentation

QXmppSslServer::QXmppSslServer ( QObject *  parent = 0  ) 

Constructs a new SSL server instance.

Parameters:
parent 
QXmppSslServer::~QXmppSslServer (  ) 

Destroys an SSL server instance.


Member Function Documentation

void QXmppSslServer::addCaCertificates ( const QString &  caCertificates  ) 

Adds the given certificates to the CA certificate database to be used for incoming connnections.

Parameters:
caCertificates 
void QXmppSslServer::setLocalCertificate ( const QString &  localCertificate  ) 

Sets the local certificate to be used for incoming connections.

Parameters:
localCertificate 
void QXmppSslServer::setPrivateKey ( const QString &  privateKey  ) 

Sets the local private key to be used for incoming connections.

Parameters:
privateKey 

The documentation for this class was generated from the following files:
 All Classes Functions Enumerations Enumerator