15 std::vector<uint8_t>
sig = {};
18 std::vector<uint8_t>
req = {};
37 return !(*
this == other);
#define DECLARE_JSON_REQUIRED_FIELDS(TYPE,...)
Definition json.h:714
#define DECLARE_JSON_TYPE(TYPE)
Definition json.h:663
MDType
Definition md_type.h:10
Definition app_interface.h:14
Definition signed_req.h:13
std::string key_id
Signer key id, if present in the request.
Definition signed_req.h:27
std::vector< uint8_t > sig
Signature.
Definition signed_req.h:15
ccf::crypto::MDType md
Hashing algorithm used to summarise content before signature.
Definition signed_req.h:24
bool operator==(const SignedReq &other) const
Definition signed_req.h:29
std::vector< uint8_t > request_body
Request body.
Definition signed_req.h:21
std::vector< uint8_t > req
Signed content.
Definition signed_req.h:18
bool operator!=(const SignedReq &other) const
Definition signed_req.h:35