Searched defs:Payload (Results 1 – 3 of 3) sorted by relevance
81 struct Payload { struct82 std::vector<std::string> payload_urls; // URLs to download the payload83 uint64_t size = 0; // size of the payload84 uint64_t metadata_size = 0; // size of the metadata85 std::string metadata_signature; // signature of the metadata in base6486 brillo::Blob hash; // SHA256 hash of the payload88 std::string fp; // fingerprint value unique to the payload89 std::string app_id; // App ID of the payload93 bool already_applied = false;
102 ## Payload section in Transport Layer Packetization
65 class Payload(object): class