AusweisApp2
IfdEstablishContextResponse.h
gehe zur Dokumentation dieser Datei
1 
5 #pragma once
6 
8 
9 #include <QJsonObject>
10 #include <QString>
11 
12 
13 namespace governikus
14 {
16  : public RemoteMessageResponse
17 {
18  private:
19  QString mIfdName;
20 
21  public:
22  IfdEstablishContextResponse(const QString& pIfdName, ECardApiResult::Minor pResultMinor = ECardApiResult::Minor::null);
23  IfdEstablishContextResponse(const QJsonObject& pMessageObject);
24  virtual ~IfdEstablishContextResponse() override = default;
25 
26  const QString& getIfdName() const;
27  virtual QByteArray toByteArray(const QString& pContextHandle) const override;
28 };
29 
30 
31 } // namespace governikus
governikus::ECardApiResult::Minor
Minor
Definition: ECardApiResult.h:44
governikus::IfdEstablishContextResponse
Definition: IfdEstablishContextResponse.h:17
governikus::IfdEstablishContextResponse::toByteArray
virtual QByteArray toByteArray(const QString &pContextHandle) const override
Definition: IfdEstablishContextResponse.cpp:42
IfdEstablishContextResponse.h
governikus::IfdEstablishContextResponse::IfdEstablishContextResponse
IfdEstablishContextResponse(const QString &pIfdName, ECardApiResult::Minor pResultMinor=ECardApiResult::Minor::null)
Definition: IfdEstablishContextResponse.cpp:22
governikus::ECardApiResult::Minor::null
@ null
governikus::IfdEstablishContextResponse::getIfdName
const QString & getIfdName() const
Definition: IfdEstablishContextResponse.cpp:52
governikus::RemoteMessageResponse::createMessageBody
virtual QJsonObject createMessageBody(const QString &pContextHandle) const override
Definition: RemoteMessageResponse.cpp:24
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
governikus::RemoteMessageResponse
Definition: RemoteMessageResponse.h:15
governikus::IfdEstablishContextResponse::~IfdEstablishContextResponse
virtual ~IfdEstablishContextResponse() override=default
VALUE_NAME
#define VALUE_NAME(_name, _key)
Definition: RemoteMessage.h:14
governikus::getType
QByteArray getType() const
RemoteMessageResponse.h