MythTV
master
mythtv
libs
libmythbase
http
mythhttps.h
Go to the documentation of this file.
1
#ifndef MYTHHTTPS_H
2
#define MYTHHTTPS_H
3
4
#ifndef QT_NO_OPENSSL
5
#include <QSslConfiguration>
6
#include <QSslCipher>
7
#include <QSslKey>
8
#endif
9
10
class
MythHTTPS
11
{
12
#ifndef QT_NO_OPENSSL
13
public
:
14
static
bool
InitSSLServer
(QSslConfiguration& Config);
15
static
void
InitSSLSocket
(QSslSocket* Socket, QSslConfiguration& Config);
16
#endif
17
};
18
19
#endif
MythHTTPS
Definition:
mythhttps.h:11
MythHTTPS::InitSSLSocket
static void InitSSLSocket(QSslSocket *Socket, QSslConfiguration &Config)
Definition:
mythhttps.cpp:118
MythHTTPS::InitSSLServer
static bool InitSSLServer(QSslConfiguration &Config)
Definition:
mythhttps.cpp:13
Generated on Fri Oct 3 2025 03:16:13 for MythTV by
1.9.4