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