AusweisApp
Lade ...
Suche ...
Keine Treffer
StateEnterPacePassword.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
class
test_StateEnterPacePassword;
12
13
namespace
governikus
14
{
15
16
class
StateEnterPacePassword
17
:
public
AbstractState
18
,
public
GenericContextContainer
<WorkflowContext>
19
{
20
Q_OBJECT
21
friend
class
StateBuilder
;
22
friend
class ::test_StateEnterPacePassword;
23
24
private
:
25
explicit
StateEnterPacePassword
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
26
void
run()
override
;
27
28
public
:
29
void
onEntry
(
QEvent
*
pEvent
)
override
;
30
};
31
32
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
WorkflowContext.h
governikus::AbstractState
Definition
AbstractState.h:36
governikus::GenericContextContainer
Definition
GenericContextContainer.h:22
governikus::StateBuilder
Definition
StateBuilder.h:19
governikus::StateEnterPacePassword
Definition
StateEnterPacePassword.h:19
governikus::StateEnterPacePassword::onEntry
void onEntry(QEvent *pEvent) override
Definition
StateEnterPacePassword.cpp:28
governikus
Implementation of GeneralAuthenticate response APDUs.
Definition
CommandApdu.h:17
governikus::decodeObject
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition
ASN1TemplateUtil.h:114
src
workflows
base
states
StateEnterPacePassword.h
Erzeugt von
1.10.0