Package org.drasyl.node.event
Class PerfectForwardSecrecyEncryptionEvent
java.lang.Object
org.drasyl.node.event.PerfectForwardSecrecyEncryptionEvent
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.
-
Constructor Details
-
PerfectForwardSecrecyEncryptionEvent
public PerfectForwardSecrecyEncryptionEvent()
-
-
Method Details
-
of
- Throws:
NullPointerException
- ifpeer
isnull
-