![]() |
GNUnet
0.11.x
|
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. More... | |
uint32_t | type |
Type/Format of Claim. More... | |
size_t | data_size |
Number of bytes in data. More... | |
const void * | data |
Binary value stored as presentation value. More... | |
A credential presentation.
Definition at line 195 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 200 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 205 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(), GNUNET_RECLAIM_presentation_serialize(), and jwt_get_issuer_p().
size_t GNUNET_RECLAIM_Presentation::data_size |
Number of bytes in data.
Definition at line 210 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(), GNUNET_RECLAIM_presentation_serialize(), jwt_get_expiration_p(), jwt_get_issuer_p(), and jwt_parse_attributes_p().
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 217 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(), GNUNET_RECLAIM_presentation_serialize(), jwt_get_expiration_p(), jwt_get_issuer_p(), and jwt_parse_attributes_p().