#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/contrib/service/abd/abd.h>
| Data Fields | |
| struct GNUNET_CRYPTO_BlindableKeySignature | signature | 
| The signature for this credential by the issuer. | |
| struct GNUNET_CRYPTO_SignaturePurpose | purpose | 
| Signature meta. | |
| struct GNUNET_CRYPTO_BlindablePublicKey | issuer_key | 
| Public key of the issuer. | |
| struct GNUNET_CRYPTO_BlindablePublicKey | subject_key | 
| Public key of the subject this credential was issued to. | |
| uint64_t | expiration | 
| Expiration time of this credential. | |
| uint32_t | issuer_attribute_len | 
| Issuer subject attribute length. | |
| uint32_t | subject_attribute_len | 
| Issuer attribute length. | |
| struct GNUNET_CRYPTO_BlindableKeySignature DelegateEntry::signature | 
The signature for this credential by the issuer.
Definition at line 211 of file abd.h.
Referenced by GNUNET_ABD_delegate_deserialize(), GNUNET_ABD_delegate_serialize(), GNUNET_ABD_delegates_deserialize(), and GNUNET_ABD_delegates_serialize().
| struct GNUNET_CRYPTO_SignaturePurpose DelegateEntry::purpose | 
Signature meta.
Definition at line 216 of file abd.h.
Referenced by GNUNET_ABD_delegate_deserialize(), GNUNET_ABD_delegate_serialize(), and GNUNET_ABD_delegates_serialize().
| struct GNUNET_CRYPTO_BlindablePublicKey DelegateEntry::issuer_key | 
Public key of the issuer.
Definition at line 221 of file abd.h.
Referenced by GNUNET_ABD_delegate_deserialize(), GNUNET_ABD_delegate_serialize(), GNUNET_ABD_delegates_deserialize(), and GNUNET_ABD_delegates_serialize().
| struct GNUNET_CRYPTO_BlindablePublicKey DelegateEntry::subject_key | 
Public key of the subject this credential was issued to.
Definition at line 226 of file abd.h.
Referenced by GNUNET_ABD_delegate_deserialize(), GNUNET_ABD_delegate_serialize(), GNUNET_ABD_delegates_deserialize(), and GNUNET_ABD_delegates_serialize().
| uint64_t DelegateEntry::expiration | 
Expiration time of this credential.
Definition at line 231 of file abd.h.
Referenced by GNUNET_ABD_delegate_deserialize(), GNUNET_ABD_delegate_serialize(), GNUNET_ABD_delegates_deserialize(), and GNUNET_ABD_delegates_serialize().
| uint32_t DelegateEntry::issuer_attribute_len | 
Issuer subject attribute length.
Definition at line 236 of file abd.h.
Referenced by GNUNET_ABD_delegate_deserialize(), GNUNET_ABD_delegate_serialize(), GNUNET_ABD_delegates_deserialize(), GNUNET_ABD_delegates_get_size(), and GNUNET_ABD_delegates_serialize().
| uint32_t DelegateEntry::subject_attribute_len | 
Issuer attribute length.
Definition at line 241 of file abd.h.
Referenced by GNUNET_ABD_delegate_deserialize(), GNUNET_ABD_delegate_serialize(), GNUNET_ABD_delegates_get_size(), and GNUNET_ABD_delegates_serialize().