Class PerfectForwardSecrecyEncryptionEvent

java.lang.Object
org.drasyl.node.event.PerfectForwardSecrecyEncryptionEvent
All Implemented Interfaces:
Event, PeerEvent

public abstract class PerfectForwardSecrecyEncryptionEvent extends Object implements PeerEvent
This event signals, that currently all messages from and to the #peer are encrypted with an ephemeral session key.

The key can be get stale, this means that the connection can fall back to long time encryption in the event of a failed key exchange. In this case a LongTimeEncryptionEvent is fired.