AusweisApp
Lade ...
Suche ...
Keine Treffer
StateTransmit.h
gehe zur Dokumentation dieser Datei
1
9
#pragma once
10
11
#include "
AbstractState.h
"
12
#include "
GenericContextContainer.h
"
13
#include "
context/AuthContext.h
"
14
15
class
test_StateTransmit;
16
17
namespace
governikus
18
{
19
20
class
StateTransmit
21
:
public
AbstractState
22
,
public
GenericContextContainer
<AuthContext>
23
{
24
Q_OBJECT
25
friend
class
StateBuilder
;
26
friend
class ::test_StateTransmit;
27
28
private
:
29
explicit
StateTransmit
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
30
void
run()
override
;
31
32
private
Q_SLOTS
:
33
void
onCardCommandDone(
QSharedPointer<BaseCardCommand>
pCommand
);
34
35
public
:
36
void
onEntry
(
QEvent
*
pEvent
)
override
;
37
};
38
39
}
// namespace governikus
AbstractState.h
AuthContext.h
GenericContextContainer.h
governikus::AbstractState
Definition
AbstractState.h:36
governikus::GenericContextContainer
Definition
GenericContextContainer.h:22
governikus::StateBuilder
Definition
StateBuilder.h:19
governikus::StateTransmit
Definition
StateTransmit.h:23
governikus::StateTransmit::onEntry
void onEntry(QEvent *pEvent) override
Definition
StateTransmit.cpp:56
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
StateTransmit.h
Erzeugt von
1.10.0