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