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