25 QMap<QString, QString> mContext;
36 explicit Template(
const QString& pTemplate);
57 [[nodiscard]] QString
render()
const;
const QSet< QString > & getContextKeys() const
Get template context keys, i.e.
Definition Template.cpp:55
QString render() const
Renders the template by replacing all contained context keys by context values.
Definition Template.cpp:77
bool setContextParameter(const QString &pKey, const QString &pValue)
Set known context key as parameter.
Definition Template.cpp:61
static Template fromFile(const QString &pTemplateFileName)
Construct a template from file.
Definition Template.cpp:17
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17