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