1#ifndef NXPAV1KEYDIVERSIFICATION_HPP__
2#define NXPAV1KEYDIVERSIFICATION_HPP__
15 void initDiversification(
ByteVector identifier,
unsigned int AID,
16 std::shared_ptr<Key> key,
unsigned char keyno,
32 void serialize(boost::property_tree::ptree &parentNode)
override;
34 void unSerialize(boost::property_tree::ptree &node)
override;
37 return "NXPAV1KeyDiversification";
Definition: nxpav1keydiversification.hpp:13
virtual ~NXPAV1KeyDiversification()
Definition: nxpav1keydiversification.hpp:23
NXPAV1KeyDiversification()
Definition: nxpav1keydiversification.hpp:20
std::string getDefaultXmlNodeName() const override
Get the default Xml Node name for this object.
Definition: nxpav1keydiversification.hpp:35
std::string getKeyDiversificationType() override
Definition: nxpav1keydiversification.hpp:27
Definition: nxpkeydiversification.hpp:13
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80