25 bool getUseSecureMode()
const;
31 void setUseSecureMode(
bool use_sm);
38 std::shared_ptr<AES128Key> getSecureMasterKey()
const;
45 void setSecureMasterKey(std::shared_ptr<AES128Key>);
47 void resetConfiguration()
override;
49 void serialize(boost::property_tree::ptree &parentNode)
override;
51 void unSerialize(boost::property_tree::ptree &node)
override;
Definition: omnikey5427readerunitconfiguration.hpp:17
bool useSecureMode_
Definition: omnikey5427readerunitconfiguration.hpp:56
std::shared_ptr< AES128Key > masterKey_
Definition: omnikey5427readerunitconfiguration.hpp:57
The PC/SC reader unit configuration base class.
Definition: pcscreaderunitconfiguration.hpp:75
PCSCReaderUnitType
The reader unit types.
Definition: pcscreaderunitconfiguration.hpp:54
PC/SC Reader unit configuration.