AusweisApp
Lade ...
Suche ...
Keine Treffer
StateCheckCertificates.h
gehe zur Dokumentation dieser Datei
1
4
10
11
#pragma once
12
13
#include "
AbstractState.h
"
14
#include "
GenericContextContainer.h
"
15
#include "
context/AuthContext.h
"
16
17
namespace
governikus
18
{
19
20
class
StateCheckCertificates
21
:
public
AbstractState
22
,
public
GenericContextContainer
<AuthContext>
23
{
24
Q_OBJECT
25
friend
class
StateBuilder
;
26
27
private
:
28
explicit
StateCheckCertificates(
const
QSharedPointer<WorkflowContext>& pContext);
29
void
run()
override
;
30
};
31
32
}
// namespace governikus
AbstractState.h
AuthContext.h
GenericContextContainer.h
governikus::AbstractState::AbstractState
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition
AbstractState.cpp:22
governikus::GenericContextContainer< AuthContext >::GenericContextContainer
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition
GenericContextContainer.h:27
governikus::StateCheckCertificates::StateBuilder
friend class StateBuilder
Definition
StateCheckCertificates.h:25
governikus
Implementation of GeneralAuthenticate response APDUs.
Definition
CommandApdu.h:17
src
workflows
base
states
StateCheckCertificates.h
Erzeugt von
1.13.2