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