|
Aktualizr
C++ SOTA Client
|
Base data types that are used in The Update Framework (TUF), part of Uptane. More...
Typedefs | |
| using | EcuMap = std::map< EcuSerial, HardwareIdentifier > |
| using | KeyId = std::string |
| using | MetaBundle = std::unordered_map< std::pair< RepositoryType, Role >, std::string, MetaPairHash > |
Functions | |
| 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 Target &t) |
| 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::string | getMetaFromBundle (const MetaBundle &bundle, RepositoryType repo, const Role &role) |
| int | extractVersionUntrusted (const std::string &meta) |
Base data types that are used in The Update Framework (TUF), part of Uptane.
1.8.13