AusweisApp2
Lade ...
Suche ...
Keine Treffer
StateChangePin.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
9#include "AbstractState.h"
12
13class test_StateChangePin;
14
15namespace governikus
16{
17
19 : public AbstractState
20 , public GenericContextContainer<ChangePinContext>
21{
22 Q_OBJECT
23 friend class StateBuilder;
24 friend class ::test_StateChangePin;
25
26 private:
27 explicit StateChangePin(const QSharedPointer<WorkflowContext>& pContext);
28 void run() override;
29
30 private Q_SLOTS:
31 void onSetEidPinDone(QSharedPointer<BaseCardCommand> pCommand);
32
33 Q_SIGNALS:
34 void fireRetry();
35};
36
37} // namespace governikus
Definition: AbstractState.h:20
Definition: GenericContextContainer.h:20
Definition: StateBuilder.h:18
Definition: StateChangePin.h:21
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16