Aktualizr
C++ SOTA Client
|
Public Member Functions | |
ManagedSecondary (Primary::ManagedSecondaryConfig sconfig_in) | |
void | Initialize () |
Uptane::EcuSerial | getSerial () const override |
Uptane::HardwareIdentifier | getHwId () const override |
PublicKey | getPublicKey () const override |
bool | putMetadata (const Uptane::RawMetaPack &meta_pack) override |
int | getRootVersion (bool director) const override |
bool | putRoot (const std::string &root, bool director) override |
bool | sendFirmware (const std::string &data) override |
data::ResultCode::Numeric | install (const std::string &target_name) override |
Uptane::Manifest | getManifest () const override |
bool | loadKeys (std::string *pub_key, std::string *priv_key) |
![]() | |
SecondaryInterface (const SecondaryInterface &)=delete | |
SecondaryInterface & | operator= (const SecondaryInterface &)=delete |
Protected Attributes | |
Primary::ManagedSecondaryConfig | sconfig |
Additional Inherited Members | |
![]() | |
using | Ptr = std::shared_ptr< SecondaryInterface > |
Definition at line 41 of file managedsecondary.h.