Message sent from the service with the signed LOC URI. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/fs/fs.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Message type will be GNUNET_MESSAGE_TYPE_FS_REQUEST_LOC_SIGNATURE. More... | |
uint32_t | purpose |
Purpose of the generated signature. More... | |
struct GNUNET_TIME_AbsoluteNBO | expiration_time |
Expiration time that was actually used (rounded!). More... | |
struct GNUNET_CRYPTO_EddsaSignature | signature |
The requested signature. More... | |
struct GNUNET_PeerIdentity | peer |
Identity of the peer sharing the file. More... | |
struct GNUNET_MessageHeader ResponseLocSignatureMessage::header |
Message type will be GNUNET_MESSAGE_TYPE_FS_REQUEST_LOC_SIGNATURE.
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().
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().
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().
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().