1#ifndef OMNITECHKEYDIVERSIFICATION_HPP__
2#define OMNITECHKEYDIVERSIFICATION_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 "OmnitechKeyDiversification";
Definition: keydiversification.hpp:13
Definition: omnitechkeydiversification.hpp:11
std::string getKeyDiversificationType() override
Definition: omnitechkeydiversification.hpp:25
~OmnitechKeyDiversification()
Definition: omnitechkeydiversification.hpp:21
OmnitechKeyDiversification()
Definition: omnitechkeydiversification.hpp:18
std::string getDefaultXmlNodeName() const override
Get the default Xml Node name for this object.
Definition: omnitechkeydiversification.hpp:32
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80