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