40 void updateCard()
override;
Definition PcscReader.h:26
SCARD_READERSTATE getState() const
Definition PcscReader.cpp:89
void printGetReaderInfo() const override
Definition PcscReader.cpp:231
PcscReader(const QString &pReaderName)
Definition PcscReader.cpp:28
PCSC_RETURNCODE init()
Definition PcscReader.cpp:49
~PcscReader() override
Definition PcscReader.cpp:74
bool hasFeature(FeatureID pFeatureID) const
Definition PcscReader.cpp:95
Card * getCard() const override
Definition PcscReader.cpp:345
PCSC_INT getFeatureValue(FeatureID pFeatureID) const
Check with hasFeature first for existence of the feature, otherwise this will cause an exception.
Definition PcscReader.cpp:101
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