AusweisApp
Lade ...
Suche ...
Keine Treffer
MsgHandlerChangePin.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "MsgHandlerWorkflows.h"
13#include "messages/MsgContext.h"
14
15namespace governikus
16{
17
19 : public MsgHandlerWorkflows
20{
21 public:
23 explicit MsgHandlerChangePin(const QJsonObject& pObj, MsgContext& pContext);
24 explicit MsgHandlerChangePin(const QSharedPointer<const ChangePinContext>& pContext);
25};
26
27
28} // namespace governikus
Definition: MsgContext.h:19
Definition: MsgHandlerChangePin.h:20
MsgHandlerChangePin()
Definition: MsgHandlerChangePin.cpp:15
Definition: MsgHandlerWorkflows.h:19
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16