Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include "certmanager.h"
#include "../../shared/util.h"
#include <QHash>
#include <QDir>
#include <QDebug>
#include <QFileInfo>
#include <QMessageBox>
#include <QProcess>
#include <QCoreApplication>
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 |
#define CERTSTORAGE ".config/openslx/pvs2/" |
Definition at line 18 of file certmanager.cpp.