Aktualizr
C++ SOTA Client
|
Base data types that are used in The Update Framework (TUF), part of Uptane. More...
Typedefs | |
using | KeyId = std::string |
using | EcuMap = std::map< EcuSerial, HardwareIdentifier > |
Functions | |
TEST (Director, EmptyTargets) | |
Targets | getTrustedDelegation (const Role &delegate_role, const Targets &parent_targets, const ImageRepository &image_repo, INvStorage &storage, Fetcher &fetcher, const bool offline) |
std::ostream & | operator<< (std::ostream &os, const Role &role) |
std::ostream & | operator<< (std::ostream &os, const Version &v) |
std::ostream & | operator<< (std::ostream &os, const HardwareIdentifier &hwid) |
std::ostream & | operator<< (std::ostream &os, const EcuSerial &ecu_serial) |
std::ostream & | operator<< (std::ostream &os, const Hash &h) |
std::ostream & | operator<< (std::ostream &os, const Target &t) |
int | extractVersionUntrusted (const std::string &meta) |
Base data types that are used in The Update Framework (TUF), part of Uptane.