1 #ifndef DIRECTOR_REPOSITORY_H_ 2 #define DIRECTOR_REPOSITORY_H_ 4 #include "uptanerepository.h" 16 bool verifyTargets(
const std::string& targets_raw);
17 std::vector<Target>& getTargets() {
return targets.targets; }
18 bool targetsExpired() {
return targets.isExpired(TimeStamp::Now()); }
20 Exception getLastException()
const {
return last_exception; }
29 #endif // DIRECTOR_REPOSITORY_H
Base data types that are used in The Update Framework (TUF), part of UPTANE.