AusweisApp2
Lade ...
Suche ...
Keine Treffer
DidList.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
11#include "paos/PaosMessage.h"
12
13namespace governikus
14{
15
17 : public PaosMessage
18 , private ElementDetector
19{
20 private:
21 ConnectionHandle mConnectionHandle;
22
23 void parse();
24 bool handleFoundElement(const QString& pElementName, const QString& pValue, const QXmlStreamAttributes& pAttributes) override;
25 bool handleFoundElementConnectionHandle(const QString& pElementName, const QString& pValue);
26
27 public:
28 explicit DIDList(const QByteArray& pXmlData);
29 [[nodiscard]] const ConnectionHandle& getConnectionHandle() const;
30};
31
32} // namespace governikus
Definition: ConnectionHandle.h:15
Definition: DidList.h:19
const ConnectionHandle & getConnectionHandle() const
Definition: DidList.cpp:89
Definition: ElementDetector.h:17
Definition: PaosMessage.h:19
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15