AusweisApp2
IfdEstablishContextResponse.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
8
9#include <QJsonObject>
10#include <QString>
11
12
13namespace governikus
14{
16 : public IfdMessageResponse
17{
18 private:
19 QString mIfdName;
20
21 public:
23 explicit IfdEstablishContextResponse(const QJsonObject& pMessageObject);
24 ~IfdEstablishContextResponse() override = default;
25
26 [[nodiscard]] const QString& getIfdName() const;
27 [[nodiscard]] QByteArray toByteArray(IfdVersion::Version pIfdVersion, const QString& pContextHandle) const override;
28};
29
30
31} // namespace governikus
Minor
Definition: ECardApiResult.h:44
Definition: IfdEstablishContextResponse.h:17
~IfdEstablishContextResponse() override=default
IfdEstablishContextResponse(const QString &pIfdName, ECardApiResult::Minor pResultMinor=ECardApiResult::Minor::null)
Definition: IfdEstablishContextResponse.cpp:22
QByteArray toByteArray(IfdVersion::Version pIfdVersion, const QString &pContextHandle) const override
Definition: IfdEstablishContextResponse.cpp:42
const QString & getIfdName() const
Definition: IfdEstablishContextResponse.cpp:52
Definition: IfdMessageResponse.h:15
Version
Definition: IfdVersion.h:17
A simple template renderer.
Definition: ActivationContext.h:15