AusweisApp2
Lade ...
Suche ...
Keine Treffer
StateEnterPacePassword.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "AbstractState.h"
10
11class test_StateEnterPacePassword;
12
13namespace governikus
14{
15
17 : public AbstractState
18 , public GenericContextContainer<WorkflowContext>
19{
20 Q_OBJECT
21 friend class StateBuilder;
22 friend class ::test_StateEnterPacePassword;
23
24 private:
25 explicit StateEnterPacePassword(const QSharedPointer<WorkflowContext>& pContext);
26 void run() override;
27
28 private Q_SLOTS:
29 void onReaderStatusChanged(const ReaderManagerPlugInInfo& pInfo) const;
30
31 public:
32 void onEntry(QEvent* pEvent) override;
33
34 Q_SIGNALS:
36};
37
38} // namespace governikus
Definition AbstractState.h:23
Definition GenericContextContainer.h:22
Definition StateBuilder.h:20
Definition StateEnterPacePassword.h:19
void onEntry(QEvent *pEvent) override
Definition StateEnterPacePassword.cpp:39
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16