AusweisApp
Lade ...
Suche ...
Keine Treffer
RemoteWebSocketServer.h
gehe zur Dokumentation dieser Datei
1
9
#pragma once
10
11
#include "
WebSocketServer.h
"
12
13
namespace
governikus
14
{
15
16
class
RemoteWebSocketServer
17
:
public
WebSocketServer
18
{
19
Q_OBJECT
20
21
public
:
22
~RemoteWebSocketServer
()
override
;
23
24
[[
nodiscard
]]
virtual
bool
isPairingConnection
()
const
= 0;
25
[[
nodiscard
]]
virtual
bool
isPairingAnnounced
()
const
= 0;
26
virtual
void
setPairing
(
bool
pEnable
=
true
) = 0;
27
[[
nodiscard
]]
virtual
QSslCertificate
getCurrentCertificate
()
const
= 0;
28
29
Q_SIGNALS
:
30
void
firePairingCompleted
(
const
QSslCertificate
&
pCertificate
);
31
32
};
33
34
}
// namespace governikus
WebSocketServer.h
governikus::RemoteWebSocketServer
Definition
RemoteWebSocketServer.h:18
governikus::RemoteWebSocketServer::isPairingAnnounced
virtual bool isPairingAnnounced() const =0
governikus::RemoteWebSocketServer::setPairing
virtual void setPairing(bool pEnable=true)=0
governikus::RemoteWebSocketServer::~RemoteWebSocketServer
~RemoteWebSocketServer() override
governikus::RemoteWebSocketServer::getCurrentCertificate
virtual QSslCertificate getCurrentCertificate() const =0
governikus::RemoteWebSocketServer::isPairingConnection
virtual bool isPairingConnection() const =0
governikus::RemoteWebSocketServer::firePairingCompleted
void firePairingCompleted(const QSslCertificate &pCertificate)
governikus::WebSocketServer
Definition
WebSocketServer.h:24
governikus
Implementation of GeneralAuthenticate response APDUs.
Definition
CommandApdu.h:17
governikus::decodeObject
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition
ASN1TemplateUtil.h:114
src
ifd
remote
RemoteWebSocketServer.h
Erzeugt von
1.10.0