AusweisApp
Lade ...
Suche ...
Keine Treffer
InitializeFramework.h
gehe zur Dokumentation dieser Datei
1
4
8
9
#pragma once
10
11
#include "
paos/ElementDetector.h
"
12
#include "
paos/PaosMessage.h
"
13
14
namespace
governikus
15
{
16
17
class
InitializeFramework
18
:
public
PaosMessage
19
,
public
ElementDetector
20
{
21
private
:
22
void
parse();
23
bool
handleFoundElement(QStringView pElementName,
const
QString& pValue,
const
QXmlStreamAttributes& pAttributes)
override
;
24
25
public
:
26
explicit
InitializeFramework
(
const
QByteArray& pXmlData);
27
};
28
29
}
// namespace governikus
ElementDetector.h
PaosMessage.h
governikus::ElementDetector::ElementDetector
ElementDetector(const QByteArray &pXmlData)
Definition
ElementDetector.cpp:16
governikus::InitializeFramework::InitializeFramework
InitializeFramework(const QByteArray &pXmlData)
Definition
InitializeFramework.cpp:14
governikus::PaosMessage::PaosMessage
PaosMessage(PaosType pType)
Definition
PaosMessage.cpp:9
governikus
Implementation of GeneralAuthenticate response APDUs.
Definition
CommandApdu.h:17
src
workflows
base
paos
retrieve
InitializeFramework.h
Erzeugt von
1.13.2