GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
ResponseLocSignatureMessage Struct Reference

Message sent from the service with the signed LOC URI. More...

#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/fs/fs.h>

Collaboration diagram for ResponseLocSignatureMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Message type will be GNUNET_MESSAGE_TYPE_FS_REQUEST_LOC_SIGNATURE.
 
uint32_t purpose
 Purpose of the generated signature.
 
struct GNUNET_TIME_AbsoluteNBO expiration_time
 Expiration time that was actually used (rounded!).
 
struct GNUNET_CRYPTO_EddsaSignature signature
 The requested signature.
 
struct GNUNET_PeerIdentity peer
 Identity of the peer sharing the file.
 

Detailed Description

Message sent from the service with the signed LOC URI.

Definition at line 108 of file fs.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader ResponseLocSignatureMessage::header

Message type will be GNUNET_MESSAGE_TYPE_FS_REQUEST_LOC_SIGNATURE.

Definition at line 114 of file fs.h.

◆ purpose

uint32_t ResponseLocSignatureMessage::purpose

Purpose of the generated signature.

For now, always GNUNET_SIGNATURE_PURPOSE_PEER_PLACEMENT.

Definition at line 120 of file fs.h.

Referenced by handle_client_loc_sign().

◆ expiration_time

struct GNUNET_TIME_AbsoluteNBO ResponseLocSignatureMessage::expiration_time

Expiration time that was actually used (rounded!).

Definition at line 125 of file fs.h.

Referenced by handle_client_loc_sign(), and handle_signature_response().

◆ signature

struct GNUNET_CRYPTO_EddsaSignature ResponseLocSignatureMessage::signature

The requested signature.

Definition at line 130 of file fs.h.

Referenced by handle_client_loc_sign(), and handle_signature_response().

◆ peer

struct GNUNET_PeerIdentity ResponseLocSignatureMessage::peer

Identity of the peer sharing the file.

Definition at line 135 of file fs.h.

Referenced by handle_client_loc_sign(), and handle_signature_response().


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