|
Aktualizr
C++ SOTA Client
|
Public Member Functions | |
| void | resetMeta () |
| bool | verifyTargets (const std::string &targets_raw) |
| bool | targetsExpired () |
| int64_t | targetsSize () |
| std::unique_ptr< Uptane::Target > | getTarget (const Uptane::Target &director_target) |
| bool | verifyTimestamp (const std::string ×tamp_raw) |
| bool | timestampExpired () |
| bool | verifySnapshot (const std::string &snapshot_raw) |
| bool | snapshotExpired () |
| int64_t | snapshotSize () |
| Exception | getLastException () const |
Public Member Functions inherited from Uptane::RepositoryCommon | |
| RepositoryCommon (RepositoryType type_in) | |
| bool | initRoot (const std::string &root_raw) |
| bool | verifyRoot (const std::string &root_raw) |
| int | rootVersion () |
| bool | rootExpired () |
Additional Inherited Members | |
Protected Member Functions inherited from Uptane::RepositoryCommon | |
| void | resetRoot () |
Protected Attributes inherited from Uptane::RepositoryCommon | |
| Root | root |
| RepositoryType | type |
Definition at line 8 of file imagesrepository.h.
1.8.14