Structure that defines how the contents of a location URI must be assembled in memory to create or verify the signature of a location URI. More...
Data Fields | |
struct GNUNET_CRYPTO_EccSignaturePurpose | purpose |
What is being signed (rest of this struct). More... | |
struct GNUNET_TIME_AbsoluteNBO | exptime |
Expiration time of the offer. More... | |
struct FileIdentifier | fi |
File being offered. More... | |
struct GNUNET_PeerIdentity | peer |
Peer offering the file. More... | |
Structure that defines how the contents of a location URI must be assembled in memory to create or verify the signature of a location URI.
struct GNUNET_CRYPTO_EccSignaturePurpose LocUriAssembly::purpose |
What is being signed (rest of this struct).
Definition at line 463 of file fs_uri.c.
Referenced by GNUNET_FS_uri_loc_create(), and uri_loc_parse().
struct GNUNET_TIME_AbsoluteNBO LocUriAssembly::exptime |
Expiration time of the offer.
Definition at line 468 of file fs_uri.c.
Referenced by GNUNET_FS_uri_loc_create(), and uri_loc_parse().
struct FileIdentifier LocUriAssembly::fi |
File being offered.
Definition at line 473 of file fs_uri.c.
Referenced by GNUNET_FS_uri_loc_create(), and uri_loc_parse().
struct GNUNET_PeerIdentity LocUriAssembly::peer |
Peer offering the file.
Definition at line 478 of file fs_uri.c.
Referenced by GNUNET_FS_uri_loc_create(), and uri_loc_parse().