11#include <QSharedPointer>
13class test_CardInfoFactory;
23 friend class ::test_CardInfoFactory;
Factory for creation of CardInfo instances.
Definition CardInfoFactory.h:22
static CardInfo create(const QSharedPointer< CardConnectionWorker > &pCardConnectionWorker)
In order to create a CardInfo instance a connection is established to the smart card and data is read...
Definition CardInfoFactory.cpp:21
Holds smart card information.
Definition CardInfo.h:26
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