AusweisApp
Lade ...
Suche ...
Keine Treffer
StateEnterPacePasswordIfd.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
10
11namespace 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();
27
28 public:
29 void onEntry(QEvent* pEvent) override;
30};
31
32} // namespace governikus
Definition AbstractState.h:36
Definition GenericContextContainer.h:22
Definition StateBuilder.h:19
Definition StateEnterPacePasswordIfd.h:17
void onEntry(QEvent *pEvent) override
Definition StateEnterPacePasswordIfd.cpp:38
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16