Use to store an identity attribute. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/reclaim/reclaim.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: #GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT. More... | |
uint64_t | exp |
The expiration interval of the attribute. More... | |
uint32_t | id |
Unique identifier for this request (for key collisions). More... | |
uint16_t | attr_len |
The length of the attribute. More... | |
uint16_t | key_len |
The length of the private key. More... | |
struct GNUNET_MessageHeader AttributeStoreMessage::header |
Type: #GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT.
Definition at line 45 of file reclaim.h.
Referenced by check_attribute_store_message(), and check_credential_store_message().
uint64_t AttributeStoreMessage::exp |
The expiration interval of the attribute.
Definition at line 50 of file reclaim.h.
Referenced by GNUNET_RECLAIM_attribute_store(), GNUNET_RECLAIM_credential_store(), handle_attribute_store_message(), and handle_credential_store_message().
uint32_t AttributeStoreMessage::id |
Unique identifier for this request (for key collisions).
Definition at line 55 of file reclaim.h.
Referenced by GNUNET_RECLAIM_attribute_store(), GNUNET_RECLAIM_credential_store(), handle_attribute_store_message(), and handle_credential_store_message().
uint16_t AttributeStoreMessage::attr_len |
The length of the attribute.
Definition at line 60 of file reclaim.h.
Referenced by GNUNET_RECLAIM_attribute_store(), GNUNET_RECLAIM_credential_store(), handle_attribute_store_message(), and handle_credential_store_message().
uint16_t AttributeStoreMessage::key_len |
The length of the private key.
Definition at line 65 of file reclaim.h.
Referenced by GNUNET_RECLAIM_attribute_store(), GNUNET_RECLAIM_credential_store(), handle_attribute_store_message(), and handle_credential_store_message().