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