Ticket issue request handle. More...
Data Fields | |
struct GNUNET_RECLAIM_AttributeList * | attrs |
Attributes to issue. More... | |
struct GNUNET_RECLAIM_PresentationList * | presentations |
Presentations to add. More... | |
struct GNUNET_CRYPTO_PrivateKey | identity |
Issuer Key. More... | |
struct GNUNET_RECLAIM_Ticket | ticket |
Ticket to issue. More... | |
struct GNUNET_NAMESTORE_QueueEntry * | ns_qe |
QueueEntry. More... | |
struct GNUNET_NAMESTORE_ZoneIterator * | ns_it |
Namestore Iterator. More... | |
RECLAIM_TICKETS_TicketResult | cb |
Callback. More... | |
void * | cb_cls |
Callback cls. More... | |
char | rp_uri [GNUNET_RECLAIM_TICKET_RP_URI_MAX_LEN] |
The ticket audience (= relying party) URI. More... | |
struct GNUNET_RECLAIM_Identifier | rnd |
The ticket random identifier. More... | |
Ticket issue request handle.
Definition at line 169 of file gnunet-service-reclaim_tickets.c.
struct GNUNET_RECLAIM_AttributeList* TicketIssueHandle::attrs |
Attributes to issue.
Definition at line 174 of file gnunet-service-reclaim_tickets.c.
Referenced by filter_tickets_cb(), issue_ticket(), and RECLAIM_TICKETS_issue().
struct GNUNET_RECLAIM_PresentationList* TicketIssueHandle::presentations |
Presentations to add.
Definition at line 179 of file gnunet-service-reclaim_tickets.c.
Referenced by filter_tickets_cb(), issue_ticket(), and RECLAIM_TICKETS_issue().
struct GNUNET_CRYPTO_PrivateKey TicketIssueHandle::identity |
Issuer Key.
Definition at line 184 of file gnunet-service-reclaim_tickets.c.
Referenced by issue_ticket(), and RECLAIM_TICKETS_issue().
struct GNUNET_RECLAIM_Ticket TicketIssueHandle::ticket |
Ticket to issue.
Definition at line 189 of file gnunet-service-reclaim_tickets.c.
Referenced by filter_tickets_cb(), filter_tickets_error_cb(), and issue_ticket().
struct GNUNET_NAMESTORE_QueueEntry* TicketIssueHandle::ns_qe |
Definition at line 194 of file gnunet-service-reclaim_tickets.c.
Referenced by issue_ticket().
struct GNUNET_NAMESTORE_ZoneIterator* TicketIssueHandle::ns_it |
Namestore Iterator.
Definition at line 199 of file gnunet-service-reclaim_tickets.c.
Referenced by filter_tickets_cb(), filter_tickets_error_cb(), and RECLAIM_TICKETS_issue().
RECLAIM_TICKETS_TicketResult TicketIssueHandle::cb |
Callback.
Definition at line 204 of file gnunet-service-reclaim_tickets.c.
Referenced by filter_tickets_cb(), filter_tickets_error_cb(), and RECLAIM_TICKETS_issue().
void* TicketIssueHandle::cb_cls |
Callback cls.
Definition at line 209 of file gnunet-service-reclaim_tickets.c.
Referenced by filter_tickets_cb(), filter_tickets_error_cb(), and RECLAIM_TICKETS_issue().
char TicketIssueHandle::rp_uri[GNUNET_RECLAIM_TICKET_RP_URI_MAX_LEN] |
The ticket audience (= relying party) URI.
0-terminated string. Example: "urn:gns:000G002B4RF1XPBXDPGZA0PT16BHQCS427YQK4NC84KZMK7TK8C2Z5GMK8"
Definition at line 216 of file gnunet-service-reclaim_tickets.c.
Referenced by filter_tickets_cb(), issue_ticket(), and RECLAIM_TICKETS_issue().
struct GNUNET_RECLAIM_Identifier TicketIssueHandle::rnd |
The ticket random identifier.
Definition at line 221 of file gnunet-service-reclaim_tickets.c.
Referenced by filter_tickets_finished_cb(), and issue_ticket().