AusweisApp2
Lade ...
Suche ...
Keine Treffer
IfdEstablishContextResponse.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
8
9#include <QJsonObject>
10#include <QString>
11
12
13namespace governikus
14{
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(const IfdVersion& pIfdVersion, const QString& pContextHandle) const override;
28};
29
30
31} // namespace governikus
Minor
Definition: ECardApiResult.h:44
Definition: IfdEstablishContextResponse.h:17
~IfdEstablishContextResponse() override=default
QByteArray toByteArray(const IfdVersion &pIfdVersion, const QString &pContextHandle) const override
Definition: IfdEstablishContextResponse.cpp:42
const QString & getIfdName() const
Definition: IfdEstablishContextResponse.cpp:52
Definition: IfdVersion.h:14
Definition: RemoteMessageResponse.h:15
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15