GNUnet 0.24.4-talerdev.1-12-g8362a9920
 
Loading...
Searching...
No Matches
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.
 
struct GNUNET_CRYPTO_PublicKey subject_key
 Public key of the subject this credential was issued to.
 
struct GNUNET_CRYPTO_Signature signature
 Signature of this credential.
 
struct GNUNET_TIME_Absolute expiration
 Expiration of this credential.
 
uint32_t issuer_attribute_len
 Length of the issuer attribute.
 
const char * issuer_attribute
 The issuer attribute.
 
uint32_t subject_attribute_len
 Length of the subject attribute.
 
const char * subject_attribute
 The subject attribute.
 

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: