#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/abd/abd.h>
Data Fields | |
struct GNUNET_CRYPTO_Signature | signature |
The signature for this credential by the issuer. More... | |
struct GNUNET_CRYPTO_EccSignaturePurpose | purpose |
Signature meta. More... | |
struct GNUNET_CRYPTO_PublicKey | issuer_key |
Public key of the issuer. More... | |
struct GNUNET_CRYPTO_PublicKey | subject_key |
Public key of the subject this credential was issued to. More... | |
uint64_t | expiration |
Expiration time of this credential. More... | |
uint32_t | issuer_attribute_len |
Issuer subject attribute length. More... | |
uint32_t | subject_attribute_len |
Issuer attribute length. More... | |
struct GNUNET_CRYPTO_Signature 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_EccSignaturePurpose 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_PublicKey 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_PublicKey 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().