![]() |
GNUnet
0.11.x
|
Attribute is returned from the idp. More...
#include </home/handbook/gnunet/src/reclaim/reclaim.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Message header. More... | |
uint32_t | id |
Unique identifier for this request (for key collisions). More... | |
uint16_t | attr_len |
Length of serialized attribute data. More... | |
uint16_t | credential_len |
Length of serialized credential data. More... | |
uint16_t | reserved |
always zero (for alignment) More... | |
struct GNUNET_IDENTITY_PublicKey | identity |
The public key of the identity. More... | |
struct GNUNET_MessageHeader AttributeResultMessage::header |
uint32_t AttributeResultMessage::id |
Unique identifier for this request (for key collisions).
Definition at line 134 of file reclaim.h.
Referenced by attr_iter_cb(), attr_iter_finished(), and handle_attribute_result().
uint16_t AttributeResultMessage::attr_len |
Length of serialized attribute data.
Definition at line 139 of file reclaim.h.
Referenced by attr_iter_cb(), attr_iter_finished(), check_attribute_result(), and handle_attribute_result().
uint16_t AttributeResultMessage::credential_len |
uint16_t AttributeResultMessage::reserved |
struct GNUNET_IDENTITY_PublicKey AttributeResultMessage::identity |
The public key of the identity.
Definition at line 154 of file reclaim.h.
Referenced by attr_iter_cb(), and handle_attribute_result().