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"
14#include "context/AuthContext.h"
15
16#include <QSharedPointer>
17
18
19class test_StateSendWhitelistSurvey;
20
21
22namespace governikus
23{
25 : public AbstractState
26 , public GenericContextContainer<AuthContext>
27{
29 friend class StateBuilder;
30 friend class ::test_StateSendWhitelistSurvey;
31
32 private:
34 void run() override;
35};
36
37} // namespace governikus
Definition AbstractState.h:36
Definition GenericContextContainer.h:22
Definition StateBuilder.h:19
Definition StateSendWhitelistSurvey.h:27
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:114