AusweisApp
Lade ...
Suche ...
Keine Treffer
SelfAuthController.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "WorkflowRequest.h"
13
14namespace governikus
15{
16
17class SelfAuthContext;
18
30
31} // namespace governikus
Definition SelfAuthController.h:21
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:24
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