AusweisApp2
Lade ...
Suche ...
Keine Treffer
StateCheckApplet.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
14
15#include <QVariant>
16
17
18class test_StateCheckApplet;
19
20
21namespace governikus
22{
23
25 : public AbstractState
26 , public GenericContextContainer<PersonalizationContext>
27{
28 Q_OBJECT
29 friend class StateBuilder;
30 friend class ::test_StateCheckApplet;
31
32 private:
33 explicit StateCheckApplet(const QSharedPointer<WorkflowContext>& pContext);
34 void run() override;
35
36 private Q_SLOTS:
37 void onCommandDone(const QVariant& pResult);
38
39 Q_SIGNALS:
41
42};
43
44} // namespace governikus
Definition: AbstractState.h:23
Definition: GenericContextContainer.h:22
Definition: StateBuilder.h:20
Definition: StateCheckApplet.h:27
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16