Package net.i2p.router.crypto.ratchet
Interface ReplyCallback
-
public interface ReplyCallback
ECIES will call this back if an ack was requested and received.- Since:
- 0.9.46
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getExpiration()
When does this callback expire?void
onReply()
A reply was received.
-