AusweisApp
Lade ...
Suche ...
Keine Treffer
MsgHandlerAuth.h
gehe zur Dokumentation dieser Datei
1
9
#pragma once
10
11
#include "
MsgHandlerWorkflows.h
"
12
#include "
context/AuthContext.h
"
13
#include "
messages/MsgContext.h
"
14
15
namespace
governikus
16
{
17
18
class
MsgHandlerAuth
19
:
public
MsgHandlerWorkflows
20
{
21
private
:
22
QUrl
createUrl(
const
QString&
pUrl
);
23
void
initAuth(
const
QUrl
&
pTcTokenUrl
)
const
;
24
25
public
:
26
MsgHandlerAuth
();
27
explicit
MsgHandlerAuth
(
const
QJsonObject
&
pObj
,
MsgContext
&
pContext
);
28
explicit
MsgHandlerAuth
(
const
QSharedPointer<AuthContext>
&
pContext
);
29
};
30
31
32
}
// namespace governikus
AuthContext.h
MsgContext.h
MsgHandlerWorkflows.h
governikus::MsgContext
Definition
MsgContext.h:19
governikus::MsgHandlerAuth
Definition
MsgHandlerAuth.h:20
governikus::MsgHandlerAuth::MsgHandlerAuth
MsgHandlerAuth()
Definition
MsgHandlerAuth.cpp:17
governikus::MsgHandlerWorkflows
Definition
MsgHandlerWorkflows.h:19
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
ui
json
messages
MsgHandlerAuth.h
Erzeugt von
1.10.0