AusweisApp2
Lade ...
Suche ...
Keine Treffer
CompositeStateProcessCvcsAndSetRights.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
9#include <QSharedPointer>
10#include <QState>
11
12
13namespace governikus
14{
15
16class WorkflowContext;
17
19 : public QState
20{
21 Q_OBJECT
22
23 private:
24 const QSharedPointer<WorkflowContext> mContext;
25
26 public:
27 explicit CompositeStateProcessCvcsAndSetRights(const QSharedPointer<WorkflowContext>& pContext);
29
30 Q_SIGNALS:
32 void fireAbort();
33};
34
35} // namespace governikus
Definition: CompositeStateProcessCvcsAndSetRights.h:20
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16