CCF
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ccf::SignedReq Struct Reference

#include <signed_req.h>

Public Member Functions

bool operator== (const SignedReq &other) const
 
bool operator!= (const SignedReq &other) const
 

Public Attributes

std::vector< uint8_t > sig = {}
 Signature.
 
std::vector< uint8_t > req = {}
 Signed content.
 
std::vector< uint8_t > request_body = {}
 Request body.
 
ccf::crypto::MDType md = ccf::crypto::MDType::NONE
 Hashing algorithm used to summarise content before signature.
 
std::string key_id = {}
 Signer key id, if present in the request.
 

Member Function Documentation

◆ operator!=()

bool ccf::SignedReq::operator!= ( const SignedReq other) const
inline

◆ operator==()

bool ccf::SignedReq::operator== ( const SignedReq other) const
inline

Member Data Documentation

◆ key_id

std::string ccf::SignedReq::key_id = {}

Signer key id, if present in the request.

◆ md

Hashing algorithm used to summarise content before signature.

◆ req

std::vector<uint8_t> ccf::SignedReq::req = {}

Signed content.

◆ request_body

std::vector<uint8_t> ccf::SignedReq::request_body = {}

Request body.

◆ sig

std::vector<uint8_t> ccf::SignedReq::sig = {}

Signature.


The documentation for this struct was generated from the following file: