The attribute delegation record. More...
#include <gnunet_abd_service.h>
Data Fields | |
struct GNUNET_CRYPTO_PublicKey | subject_key |
Public key of the subject this attribute was delegated to. More... | |
uint32_t | subject_attribute_len |
const char * | subject_attribute |
The subject attribute. More... | |
The attribute delegation record.
Definition at line 124 of file gnunet_abd_service.h.
struct GNUNET_CRYPTO_PublicKey GNUNET_ABD_DelegationSet::subject_key |
Public key of the subject this attribute was delegated to.
Definition at line 130 of file gnunet_abd_service.h.
Referenced by abd_string_to_value(), abd_value_to_string(), backward_resolution(), GNUNET_ABD_delegation_set_deserialize(), and GNUNET_ABD_delegation_set_serialize().
uint32_t GNUNET_ABD_DelegationSet::subject_attribute_len |
Definition at line 132 of file gnunet_abd_service.h.
Referenced by abd_string_to_value(), abd_value_to_string(), backward_resolution(), GNUNET_ABD_delegation_set_deserialize(), GNUNET_ABD_delegation_set_get_size(), and GNUNET_ABD_delegation_set_serialize().
const char* GNUNET_ABD_DelegationSet::subject_attribute |
The subject attribute.
Definition at line 137 of file gnunet_abd_service.h.
Referenced by abd_string_to_value(), abd_value_to_string(), backward_resolution(), and GNUNET_ABD_delegation_set_deserialize().