AusweisApp
Lade ...
Suche ...
Keine Treffer
IfdDispatcherClient.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "IfdDispatcher.h"
12
13
14namespace governikus
15{
16
18 : public IfdDispatcher
19{
21
22 private:
23 bool processContext(IfdMessageType pMsgType, const QJsonObject& pMsgObject) override;
24
25 public:
27
28 Q_INVOKABLE virtual void sendEstablishContext();
29
31 void fireContextEstablished(const QString& pIfdName, const QString& pId);
32};
33
34} // namespace governikus
Definition IfdDispatcherClient.h:19
virtual Q_INVOKABLE void sendEstablishContext()
Definition IfdDispatcherClient.cpp:67
void fireContextEstablished(const QString &pIfdName, const QString &pId)
IfdDispatcherClient(IfdVersion::Version pVersion, const QSharedPointer< DataChannel > &pDataChannel)
Definition IfdDispatcher.h:27
Version
Definition IfdVersion.h:17
Implementation of GeneralAuthenticate response APDUs.
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:114