AusweisApp2
Lade ...
Suche ...
Keine Treffer
StateVerifyRetryCounter.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
AbstractState.h
"
8
#include "
GenericContextContainer.h
"
9
#include "
context/WorkflowContext.h
"
10
11
12
class
test_StateVerifyRetryCounter;
13
14
15
namespace
governikus
16
{
17
18
class
StateVerifyRetryCounter
19
:
public
AbstractState
20
,
public
GenericContextContainer
<WorkflowContext>
21
{
22
Q_OBJECT
23
friend
class
StateBuilder
;
24
friend
class ::test_StateVerifyRetryCounter;
25
26
private
:
27
explicit
StateVerifyRetryCounter
(
const
QSharedPointer<WorkflowContext>& pContext);
28
void
run()
override
;
29
30
Q_SIGNALS:
31
void
fireEnterPacePassword
();
32
void
fireEstablishPaceChannel
();
33
};
34
35
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
WorkflowContext.h
governikus::AbstractState
Definition:
AbstractState.h:20
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:20
governikus::StateBuilder
Definition:
StateBuilder.h:18
governikus::StateVerifyRetryCounter
Definition:
StateVerifyRetryCounter.h:21
governikus::StateVerifyRetryCounter::fireEstablishPaceChannel
void fireEstablishPaceChannel()
governikus::StateVerifyRetryCounter::fireEnterPacePassword
void fireEnterPacePassword()
governikus
Implementation of GeneralAuthenticate response APDUs.
Definition:
CommandApdu.h:16
src
workflows
base
states
StateVerifyRetryCounter.h
Erzeugt von
1.9.6