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