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_SignaturePurpose | purpose |
| What is being signed (rest of this struct). | |
| struct GNUNET_TIME_AbsoluteNBO | exptime |
| Expiration time of the offer. | |
| struct FileIdentifier | fi |
| File being offered. | |
| struct GNUNET_PeerIdentity | peer |
| Peer offering the file. | |
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_SignaturePurpose 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().