GNUnet 0.21.1
CollectMessage Struct Reference

Message from client to Credential service to collect credentials. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/abd/abd.h>

Collaboration diagram for CollectMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Header of type GNUNET_MESSAGE_TYPE_ABD_VERIFY. More...
 
struct GNUNET_CRYPTO_PrivateKey subject_key
 Subject public key. More...
 
struct GNUNET_CRYPTO_PublicKey issuer_key
 Trust anchor. More...
 
uint16_t issuer_attribute_len
 Length of the issuer attribute. More...
 
uint16_t resolution_algo
 Direction of the resolution algo. More...
 
uint32_t id
 Unique identifier for this request (for key collisions). More...
 

Detailed Description

Message from client to Credential service to collect credentials.

Definition at line 35 of file abd.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader CollectMessage::header

Header of type GNUNET_MESSAGE_TYPE_ABD_VERIFY.

Definition at line 40 of file abd.h.

Referenced by check_collect().

◆ subject_key

struct GNUNET_CRYPTO_PrivateKey CollectMessage::subject_key

Subject public key.

Definition at line 45 of file abd.h.

Referenced by GNUNET_ABD_collect(), and handle_collect().

◆ issuer_key

struct GNUNET_CRYPTO_PublicKey CollectMessage::issuer_key

Trust anchor.

Definition at line 50 of file abd.h.

Referenced by GNUNET_ABD_collect(), and handle_collect().

◆ issuer_attribute_len

uint16_t CollectMessage::issuer_attribute_len

Length of the issuer attribute.

Definition at line 55 of file abd.h.

Referenced by check_collect(), GNUNET_ABD_collect(), and handle_collect().

◆ resolution_algo

uint16_t CollectMessage::resolution_algo

Direction of the resolution algo.

Definition at line 60 of file abd.h.

Referenced by GNUNET_ABD_collect(), and handle_collect().

◆ id

uint32_t CollectMessage::id

Unique identifier for this request (for key collisions).

Definition at line 65 of file abd.h.

Referenced by GNUNET_ABD_collect(), and handle_collect().


The documentation for this struct was generated from the following file: