NetworkPropertiesStorage
Storage class used to load and store generate sequence numbers for each Unicast Address.
This is further extended with helper methods for handling Sequence Numbers of outgoing messages from the local Node. Each message must contain a unique 24-bit Sequence Number, which together with 32-bit IV Index ensure that replay attacks are not possible.
See also
Functions
Returns the last received SeqAuth value for the given source address or null if no message has ever been received from the given source address.
Returns the next SEQ number to be used to send a message from the given Unicast Address. Each time this method is called returned value is incremented by 1. Size of SEQ is 24 bits.
Returns the previous SeqAuth value for the given source address.
Resets the SEQ associated with all Elements of the given Node to 0.
Stores the last received SeqAuth value for the given source address.
Stores the previously received SeqAuth value for the given source address.