GNUnet 0.21.1
VerifyMessage Struct Reference

Message from client to Credential service to verify attributes. More...

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

Collaboration diagram for VerifyMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Header of type GNUNET_MESSAGE_TYPE_ABD_VERIFY. More...
 
struct GNUNET_CRYPTO_PublicKey subject_key
 Subject public key. More...
 
struct GNUNET_CRYPTO_PublicKey issuer_key
 Trust anchor. More...
 
uint32_t d_count
 Number of delegates. 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 verify attributes.

Definition at line 74 of file abd.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader VerifyMessage::header

Header of type GNUNET_MESSAGE_TYPE_ABD_VERIFY.

Definition at line 79 of file abd.h.

Referenced by check_verify(), and handle_verify().

◆ subject_key

struct GNUNET_CRYPTO_PublicKey VerifyMessage::subject_key

Subject public key.

Definition at line 84 of file abd.h.

Referenced by GNUNET_ABD_verify(), and handle_verify().

◆ issuer_key

struct GNUNET_CRYPTO_PublicKey VerifyMessage::issuer_key

Trust anchor.

Definition at line 89 of file abd.h.

Referenced by GNUNET_ABD_verify(), and handle_verify().

◆ d_count

uint32_t VerifyMessage::d_count

Number of delegates.

Definition at line 94 of file abd.h.

Referenced by GNUNET_ABD_verify(), and handle_verify().

◆ issuer_attribute_len

uint16_t VerifyMessage::issuer_attribute_len

Length of the issuer attribute.

Definition at line 99 of file abd.h.

Referenced by check_verify(), GNUNET_ABD_verify(), and handle_verify().

◆ resolution_algo

uint16_t VerifyMessage::resolution_algo

Direction of the resolution algo.

Definition at line 104 of file abd.h.

Referenced by GNUNET_ABD_verify(), and handle_verify().

◆ id

uint32_t VerifyMessage::id

Unique identifier for this request (for key collisions).

Definition at line 109 of file abd.h.

Referenced by GNUNET_ABD_verify(), and handle_verify().


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