Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
Functions | Variables
CertManager Namespace Reference

Functions

static void generateFiles (QString &key, QString &cert)
 
static bool loadFiles (QString &keyFile, QString &certFile, QSslKey &key, QSslCertificate &cert)
 
bool getPrivateKeyAndCert (const QString &name, QSslKey &key, QSslCertificate &cert)
 
void fatal ()
 

Variables

static QHash< QString,
QSslCertificate > 
_certs
 
static QHash< QString, QSslKey > _keys
 

Function Documentation

void CertManager::fatal ( )

Definition at line 70 of file certmanager.cpp.

+ Here is the caller graph for this function:

static void CertManager::generateFiles ( QString &  key,
QString &  cert 
)
static

Definition at line 99 of file certmanager.cpp.

+ Here is the caller graph for this function:

bool CertManager::getPrivateKeyAndCert ( const QString &  name,
QSslKey &  key,
QSslCertificate &  cert 
)

Definition at line 41 of file certmanager.cpp.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static bool CertManager::loadFiles ( QString &  keyFile,
QString &  certFile,
QSslKey &  key,
QSslCertificate &  cert 
)
static

Definition at line 79 of file certmanager.cpp.

+ Here is the caller graph for this function:

Variable Documentation

QHash<QString, QSslCertificate> CertManager::_certs
static

Definition at line 35 of file certmanager.cpp.

QHash<QString, QSslKey> CertManager::_keys
static

Definition at line 36 of file certmanager.cpp.