AusweisApp2
MsgHandlerEnterNewPin.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "MsgContext.h"
10 #include "MsgHandlerEnterNumber.h"
11 
12 namespace governikus
13 {
14 
16  : public MsgHandlerEnterNumber
17 {
18  public:
19  explicit MsgHandlerEnterNewPin(const MsgContext& pContext);
20  explicit MsgHandlerEnterNewPin(const QJsonObject& pObj, MsgContext& pContext);
21 };
22 
23 
24 } // namespace governikus
Definition: MsgContext.h:17
Definition: MsgHandlerEnterNewPin.h:17
MsgHandlerEnterNewPin(const MsgContext &pContext)
Definition: MsgHandlerEnterNewPin.cpp:14
Definition: MsgHandlerEnterNumber.h:21
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16