A credential presentation. More...
#include <gnunet_reclaim_lib.h>
Data Fields | |
| struct GNUNET_RECLAIM_Identifier | credential_id |
| The credential id of which this is a presentation. | |
| uint32_t | type |
| Type/Format of Claim. | |
| size_t | data_size |
| Number of bytes in data. | |
| const void * | data |
| Binary value stored as presentation value. | |
A credential presentation.
Definition at line 199 of file gnunet_reclaim_lib.h.
| struct GNUNET_RECLAIM_Identifier GNUNET_RECLAIM_Presentation::credential_id |
The credential id of which this is a presentation.
Definition at line 204 of file gnunet_reclaim_lib.h.
Referenced by consume_ticket(), filter_tickets_cb(), generate_userinfo_json(), GNUNET_RECLAIM_presentation_deserialize(), GNUNET_RECLAIM_presentation_list_dup(), GNUNET_RECLAIM_presentation_serialize(), handle_consume_ticket_result(), issue_ticket(), and update_tickets().
| uint32_t GNUNET_RECLAIM_Presentation::type |
Type/Format of Claim.
Definition at line 209 of file gnunet_reclaim_lib.h.
Referenced by consume_ticket(), generate_userinfo_json(), GNUNET_RECLAIM_presentation_deserialize(), GNUNET_RECLAIM_presentation_list_dup(), GNUNET_RECLAIM_presentation_new(), and GNUNET_RECLAIM_presentation_serialize().
| size_t GNUNET_RECLAIM_Presentation::data_size |
Number of bytes in data.
Definition at line 214 of file gnunet_reclaim_lib.h.
Referenced by generate_userinfo_json(), GNUNET_RECLAIM_presentation_deserialize(), GNUNET_RECLAIM_presentation_list_dup(), GNUNET_RECLAIM_presentation_new(), and GNUNET_RECLAIM_presentation_serialize().
| const void* GNUNET_RECLAIM_Presentation::data |
Binary value stored as presentation value.
Note: "data" must never be individually 'malloc'ed, but instead always points into some existing data area.
Definition at line 221 of file gnunet_reclaim_lib.h.
Referenced by consume_ticket(), generate_userinfo_json(), GNUNET_RECLAIM_presentation_deserialize(), GNUNET_RECLAIM_presentation_list_dup(), GNUNET_RECLAIM_presentation_new(), and GNUNET_RECLAIM_presentation_serialize().