AusweisApp2
StateEnterPacePasswordIfd.h
gehe zur Dokumentation dieser Datei
1 
5 #pragma once
6 
8 #include "states/AbstractState.h"
10 
11 namespace governikus
12 {
13 
15  : public AbstractState
16  , public GenericContextContainer<IfdServiceContext>
17 {
18  Q_OBJECT
19  friend class StateBuilder;
20 
21  private:
22  explicit StateEnterPacePasswordIfd(const QSharedPointer<WorkflowContext>& pContext);
23  void run() override;
24 
25  private Q_SLOTS:
26  void onCancelEstablishPaceChannel(bool pRequestPinChange);
27 
28  public:
29  void onEntry(QEvent* pEvent) override;
30 };
31 
32 } // namespace governikus
Definition: AbstractState.h:20
Definition: GenericContextContainer.h:20
Definition: StateBuilder.h:18
Definition: StateEnterPacePasswordIfd.h:17
void onEntry(QEvent *pEvent) override
Definition: StateEnterPacePasswordIfd.cpp:38
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16