Ticket issue request handle. More...
Data Fields | |
| struct GNUNET_RECLAIM_AttributeList * | attrs |
| Attributes to issue. | |
| struct GNUNET_RECLAIM_PresentationList * | presentations |
| Presentations to add. | |
| struct GNUNET_CRYPTO_BlindablePrivateKey | identity |
| Issuer Key. | |
| struct GNUNET_RECLAIM_Ticket | ticket |
| Ticket to issue. | |
| struct GNUNET_NAMESTORE_QueueEntry * | ns_qe |
| QueueEntry. | |
| struct GNUNET_NAMESTORE_ZoneIterator * | ns_it |
| Namestore Iterator. | |
| RECLAIM_TICKETS_TicketResult | cb |
| Callback. | |
| void * | cb_cls |
| Callback cls. | |
| char | rp_uri [GNUNET_RECLAIM_TICKET_RP_URI_MAX_LEN] |
| The ticket audience (= relying party) URI. | |
| struct GNUNET_RECLAIM_Identifier | rnd |
| The ticket random identifier. | |
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_BlindablePrivateKey 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().