A delegation. More...
#include <gnunet_abd_service.h>
Data Fields | |
struct GNUNET_CRYPTO_PublicKey | issuer_key |
The issuer of the delegation. More... | |
struct GNUNET_CRYPTO_PublicKey | subject_key |
Public key of the subject this attribute was delegated to. More... | |
uint32_t | issuer_attribute_len |
Length of the attribute. More... | |
const char * | issuer_attribute |
The attribute. More... | |
uint32_t | subject_attribute_len |
Length of the attribute. More... | |
const char * | subject_attribute |
The attribute. More... | |
A delegation.
Definition at line 144 of file gnunet_abd_service.h.
struct GNUNET_CRYPTO_PublicKey GNUNET_ABD_Delegation::issuer_key |
The issuer of the delegation.
Definition at line 150 of file gnunet_abd_service.h.
Referenced by GNUNET_ABD_delegation_chain_deserialize(), GNUNET_ABD_delegation_chain_serialize(), handle_intermediate_result(), send_intermediate_response(), and send_lookup_response().
struct GNUNET_CRYPTO_PublicKey GNUNET_ABD_Delegation::subject_key |
Public key of the subject this attribute was delegated to.
Definition at line 155 of file gnunet_abd_service.h.
Referenced by GNUNET_ABD_delegation_chain_deserialize(), GNUNET_ABD_delegation_chain_serialize(), handle_intermediate_result(), send_intermediate_response(), and send_lookup_response().
uint32_t GNUNET_ABD_Delegation::issuer_attribute_len |
Length of the attribute.
Definition at line 160 of file gnunet_abd_service.h.
Referenced by GNUNET_ABD_delegation_chain_deserialize(), GNUNET_ABD_delegation_chain_get_size(), GNUNET_ABD_delegation_chain_serialize(), send_intermediate_response(), and send_lookup_response().
const char* GNUNET_ABD_Delegation::issuer_attribute |
The attribute.
Definition at line 165 of file gnunet_abd_service.h.
Referenced by GNUNET_ABD_delegation_chain_deserialize(), handle_intermediate_result(), send_intermediate_response(), and send_lookup_response().
uint32_t GNUNET_ABD_Delegation::subject_attribute_len |
Length of the attribute.
Definition at line 170 of file gnunet_abd_service.h.
Referenced by GNUNET_ABD_delegation_chain_deserialize(), GNUNET_ABD_delegation_chain_get_size(), GNUNET_ABD_delegation_chain_serialize(), send_intermediate_response(), and send_lookup_response().
const char* GNUNET_ABD_Delegation::subject_attribute |
The attribute.
Definition at line 175 of file gnunet_abd_service.h.
Referenced by GNUNET_ABD_delegation_chain_deserialize(), handle_intermediate_result(), send_intermediate_response(), and send_lookup_response().