|
Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
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 |
| void CertManager::fatal | ( | ) |
|
static |
| 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 |
|
static |
Definition at line 35 of file certmanager.cpp.
|
static |
Definition at line 36 of file certmanager.cpp.
1.8.8