NuriaProject Framework  0.1
The NuriaProject Framework
Public Member Functions | Protected Member Functions | List of all members
Nuria::SslServer Class Reference

#include <sslserver.hpp>

Inheritance diagram for Nuria::SslServer:

Public Member Functions

 SslServer (QObject *parent=0)
 
const QSslCertificate & localCertificate () const
 
const QSslKey & privateKey () const
 
void setLocalCertificate (const QSslCertificate &cert)
 
void setPrivateKey (const QSslKey &key)
 

Protected Member Functions

virtual void incomingConnection (int handle)
 

Detailed Description

Internal helper class for HttpServer. It's essentially the same like a QTcpServer, but instead of using plain tcp connection this class uses only SSL secured connections.


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