AusweisApp
Lade ...
Suche ...
Keine Treffer
SelfAuthController.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "WorkflowRequest.h"
9
10namespace governikus
11{
12
13class SelfAuthContext;
14
26
27} // namespace governikus
Definition SelfAuthController.h:17
SelfAuthController(QSharedPointer< SelfAuthContext > pContext)
Definition SelfAuthController.cpp:25
static QSharedPointer< WorkflowRequest > createWorkflowRequest(bool pActivateUi=true)
Definition SelfAuthController.cpp:64
~SelfAuthController() override=default
Definition WorkflowController.h:20
Defines the AccessRight and AccessRole enum.
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:112