Information signed in a struct CadetPhoneRingMessage
whereby the caller self-identifies to the receiver.
More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/conversation/conversation.h>
Data Fields | |
struct GNUNET_CRYPTO_EccSignaturePurpose | purpose |
Purpose for the signature, must be GNUNET_SIGNATURE_PURPOSE_CONVERSATION_RING. More... | |
struct GNUNET_HashCode | line_port |
Which port did the call go to? More... | |
struct GNUNET_PeerIdentity | target_peer |
Which peer is the call for? More... | |
struct GNUNET_TIME_AbsoluteNBO | expiration_time |
When does the signature expire? More... | |
Information signed in a struct CadetPhoneRingMessage
whereby the caller self-identifies to the receiver.
Definition at line 270 of file conversation.h.
struct GNUNET_CRYPTO_EccSignaturePurpose CadetPhoneRingInfoPS::purpose |
Purpose for the signature, must be GNUNET_SIGNATURE_PURPOSE_CONVERSATION_RING.
Definition at line 276 of file conversation.h.
Referenced by handle_cadet_ring_message(), and handle_client_call_message().
struct GNUNET_HashCode CadetPhoneRingInfoPS::line_port |
Which port did the call go to?
Definition at line 281 of file conversation.h.
Referenced by handle_cadet_ring_message(), and handle_client_call_message().
struct GNUNET_PeerIdentity CadetPhoneRingInfoPS::target_peer |
Which peer is the call for?
Definition at line 286 of file conversation.h.
Referenced by handle_cadet_ring_message(), and handle_client_call_message().
struct GNUNET_TIME_AbsoluteNBO CadetPhoneRingInfoPS::expiration_time |
When does the signature expire?
Definition at line 291 of file conversation.h.
Referenced by handle_cadet_ring_message(), and handle_client_call_message().