11 #include <QSharedPointer>
14class test_GeneralSettings;
21 friend class ::test_GeneralSettings;
Definition AutoStart.h:20
static bool set(bool pEnabled)
Definition AutoStart.cpp:13
static bool enabled()
Definition AutoStart_generic.cpp:14
static bool isSetByAdmin()
Definition AutoStart_generic.cpp:20
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