GNUnet 0.21.1
CadetPhoneRingInfoPS Struct Reference

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>

Collaboration diagram for CadetPhoneRingInfoPS:
[legend]

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...
 

Detailed Description

Information signed in a struct CadetPhoneRingMessage whereby the caller self-identifies to the receiver.

Definition at line 270 of file conversation.h.

Field Documentation

◆ purpose

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().

◆ line_port

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().

◆ target_peer

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().

◆ expiration_time

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().


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