36 void fetchGetReaderInfo();
39 void updateCard()
override;
Definition PcscReader.h:26
SCARD_READERSTATE getState() const
Definition PcscReader.cpp:79
PcscReader(const QString &pReaderName)
Definition PcscReader.cpp:18
PCSC_RETURNCODE init()
Definition PcscReader.cpp:39
~PcscReader() override
Definition PcscReader.cpp:64
bool hasFeature(FeatureID pFeatureID) const
Definition PcscReader.cpp:85
Card * getCard() const override
Definition PcscReader.cpp:329
PCSC_INT getFeatureValue(FeatureID pFeatureID) const
Check with hasFeature first for existence of the feature, otherwise this will cause an exception.
Definition PcscReader.cpp:91
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:114