13#include <QXmlStreamWriter>
33 QString mRelatedMessageId;
36 void createEnvelopeElement();
37 void createHeaderElement();
Definition PaosCreator.h:19
void setRelatedMessageId(const QString &pId)
Definition PaosCreator.cpp:97
QByteArray marshall()
Creates an XML structure of underlying information. Be aware that this method will create the structu...
Definition PaosCreator.cpp:87
void createResultElement(const ResponseType &pResponse)
Definition PaosCreator.cpp:177
static QString getNamespacePrefix(Namespace pPrefix, const QString &pSuffix=QString())
Definition PaosCreator.cpp:64
virtual void createBodyElement(QXmlStreamWriter &pWriter)=0
void writeTextElement(const QString &pQualifiedName, const QByteArray &pText)
Definition PaosCreator.cpp:145
static QString getNamespaceType(Namespace pPrefix, const QString &pType)
Definition PaosCreator.cpp:56
Namespace
Definition PaosCreator.h:24
static QString getNamespace(Namespace pPrefix)
Definition PaosCreator.cpp:50
PaosCreator()
Definition PaosCreator.cpp:38
Definition ResponseType.h:22
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