GNUnet 0.21.1
GNUNET_ABD_Delegate Struct Reference

A delegate. More...

#include <gnunet_abd_service.h>

Collaboration diagram for GNUNET_ABD_Delegate:
[legend]

Data Fields

struct GNUNET_CRYPTO_PublicKey issuer_key
 The issuer of the credential. More...
 
struct GNUNET_CRYPTO_PublicKey subject_key
 Public key of the subject this credential was issued to. More...
 
struct GNUNET_CRYPTO_Signature signature
 Signature of this credential. More...
 
struct GNUNET_TIME_Absolute expiration
 Expiration of this credential. More...
 
uint32_t issuer_attribute_len
 Length of the issuer attribute. More...
 
const char * issuer_attribute
 The issuer attribute. More...
 
uint32_t subject_attribute_len
 Length of the subject attribute. More...
 
const char * subject_attribute
 The subject attribute. More...
 

Detailed Description

A delegate.

Definition at line 182 of file gnunet_abd_service.h.

Field Documentation

◆ issuer_key

◆ subject_key

◆ signature

◆ expiration

◆ issuer_attribute_len

◆ issuer_attribute

◆ subject_attribute_len

◆ subject_attribute

const char* GNUNET_ABD_Delegate::subject_attribute

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