1 #ifndef SMARTCARDCERTIFICATE_H_ 2 #define SMARTCARDCERTIFICATE_H_ 4 #include <openssl/x509.h> Definition: SmartcardCertificate.h:17
virtual ~SmartcardCertificate()
Definition: SmartcardCertificate.cpp:11
std::string getId()
Definition: SmartcardCertificate.cpp:16
std::string getSerial()
Definition: SmartcardCertificate.cpp:26
SmartcardCertificate(std::string &id, std::string &label, std::string &serial, X509 *cert)
Definition: SmartcardCertificate.cpp:3
Certificate * getCertificate()
Definition: SmartcardCertificate.cpp:31
std::string getLabel()
Definition: SmartcardCertificate.cpp:21
Definition: Certificate.h:38