GNUnet 0.21.2
DelegationChainEntry Struct Reference
Collaboration diagram for DelegationChainEntry:
[legend]

Data Fields

struct DelegationChainEntrynext
 DLL. More...
 
struct DelegationChainEntryprev
 DLL. More...
 
struct GNUNET_CRYPTO_PublicKey issuer_key
 The issuer. More...
 
struct GNUNET_CRYPTO_PublicKey subject_key
 The subject. More...
 
char * issuer_attribute
 The issued attribute. More...
 
char * subject_attribute
 The delegated attribute. More...
 

Detailed Description

Definition at line 48 of file gnunet-service-abd.c.

Field Documentation

◆ next

struct DelegationChainEntry* DelegationChainEntry::next

DLL.

Definition at line 53 of file gnunet-service-abd.c.

Referenced by send_lookup_response().

◆ prev

struct DelegationChainEntry* DelegationChainEntry::prev

DLL.

Definition at line 58 of file gnunet-service-abd.c.

◆ issuer_key

◆ subject_key

◆ issuer_attribute

◆ subject_attribute


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