AusweisApp
Lade ...
Suche ...
Keine Treffer
IfdDispatcherClient.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "IfdDispatcher.h"
8
9
10namespace governikus
11{
12
14 : public IfdDispatcher
15{
17
18 private:
19 bool processContext(IfdMessageType pMsgType, const QJsonObject& pMsgObject) override;
20
21 public:
23
24 Q_INVOKABLE virtual void sendEstablishContext();
25
27 void fireContextEstablished(const QString& pIfdName, const QByteArray& pId);
28};
29
30} // namespace governikus
Definition IfdDispatcherClient.h:15
void fireContextEstablished(const QString &pIfdName, const QByteArray &pId)
virtual Q_INVOKABLE void sendEstablishContext()
Definition IfdDispatcherClient.cpp:67
IfdDispatcherClient(IfdVersion::Version pVersion, const QSharedPointer< DataChannel > &pDataChannel)
Definition IfdDispatcher.h:21
Version
Definition IfdVersion.h:17
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:112