AusweisApp2
StateProcessing.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "AbstractState.h"
11 #include "context/AuthContext.h"
12 
13 namespace governikus
14 {
15 
17  : public AbstractState
18  , public GenericContextContainer<AuthContext>
19 {
20  Q_OBJECT
21  friend class StateBuilder;
22 
23  private:
24  explicit StateProcessing(const QSharedPointer<WorkflowContext>& pContext);
25  void run() override;
26 };
27 
28 } // namespace governikus
Definition: AbstractState.h:20
Definition: GenericContextContainer.h:20
Definition: StateBuilder.h:18
Definition: StateProcessing.h:19
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16