1#ifndef SAGEMKEYDIVERSIFICATION_HPP__
2#define SAGEMKEYDIVERSIFICATION_HPP__
13 void initDiversification(
ByteVector identifier,
unsigned int AID,
14 std::shared_ptr<Key> key,
unsigned char keyno,
30 void serialize(boost::property_tree::ptree &parentNode)
override;
31 void unSerialize(boost::property_tree::ptree &node)
override;
34 return "SagemKeyDiversification";
Definition: keydiversification.hpp:13
Definition: sagemkeydiversification.hpp:11
SagemKeyDiversification()
Definition: sagemkeydiversification.hpp:18
std::string getKeyDiversificationType() override
Definition: sagemkeydiversification.hpp:25
~SagemKeyDiversification()
Definition: sagemkeydiversification.hpp:21
std::string getDefaultXmlNodeName() const override
Get the default Xml Node name for this object.
Definition: sagemkeydiversification.hpp:32
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80