AusweisApp2
|
#include "AppController.h"
#include "ActivationContext.h"
#include "AppSettings.h"
#include "context/AuthContext.h"
#include "context/ChangePinContext.h"
#include "context/RemoteServiceContext.h"
#include "context/SelfAuthContext.h"
#include "controller/AuthController.h"
#include "controller/ChangePinController.h"
#include "controller/RemoteServiceController.h"
#include "controller/SelfAuthController.h"
#include "HttpServerRequestor.h"
#include "HttpServerStatusParser.h"
#include "LanguageLoader.h"
#include "LogHandler.h"
#include "NetworkManager.h"
#include "ReaderManager.h"
#include "RemoteClient.h"
#include "ResourceLoader.h"
#include "SecureStorage.h"
#include "UILoader.h"
#include "UIPlugIn.h"
#include <QCoreApplication>
#include <QLoggingCategory>
#include <QSettings>
Klassen | |
class | governikus::WorkflowRequest |
Namensbereiche | |
governikus | |
Implementation of ActivationContext for Intent based activation on Android systems. | |