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
Template(const QString &pTemplate)
Construct the template pTemplate.
Definition Template.cpp:37
static Template fromFile(const QString &pTemplateFileName)
Construct a template from file.
Definition Template.cpp:17
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