Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
Namespaces | Macros | Functions | Variables
certmanager.cpp File Reference
#include "certmanager.h"
#include "../../shared/util.h"
#include <QHash>
#include <QDir>
#include <QDebug>
#include <QFileInfo>
#include <QMessageBox>
#include <QProcess>
#include <QCoreApplication>
+ Include dependency graph for certmanager.cpp:

Go to the source code of this file.

Namespaces

 CertManager
 

Macros

#define CERTSTORAGE   ".config/openslx/pvs2/"
 

Functions

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

Variables

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

Macro Definition Documentation

#define CERTSTORAGE   ".config/openslx/pvs2/"

Definition at line 18 of file certmanager.cpp.