AusweisApp
Lade ...
Suche ...
Keine Treffer
StateSendWhitelistSurvey.h
gehe zur Dokumentation dieser Datei
1
5
/*
6
* \brief Allows the user to send a survey after a successful authentication
7
* on Android.
8
*/
9
10
#pragma once
11
12
#include "
AbstractState.h
"
13
#include "
GenericContextContainer.h
"
14
#include "
context/AuthContext.h
"
15
16
#include <QSharedPointer>
17
18
19
class
test_StateSendWhitelistSurvey;
20
21
22
namespace
governikus
23
{
24
class
StateSendWhitelistSurvey
25
:
public
AbstractState
26
,
public
GenericContextContainer
<AuthContext>
27
{
28
Q_OBJECT
29
friend
class
StateBuilder
;
30
friend
class ::test_StateSendWhitelistSurvey;
31
32
private
:
33
explicit
StateSendWhitelistSurvey
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
34
void
run()
override
;
35
};
36
37
}
// 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::StateSendWhitelistSurvey
Definition
StateSendWhitelistSurvey.h:27
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
StateSendWhitelistSurvey.h
Erzeugt von
1.10.0