MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / setPrivateKey

Method setPrivateKey

sources/webserver/QtHttpServer.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157};
158
159void QtHttpServer::setPrivateKey(const QSslKey& key)
160{
161 m_sslKey = key;
162};
163
164void QtHttpServer::setCertificates(const QList<QSslCertificate>& certs)
165{

Callers 2

handleSettingsUpdateMethod · 0.80
onClientConnectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected