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