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
Modifier and TypeMethodDescriptionlong
When does this callback expire?void
onReply()
A reply was received.
-
Method Details
-
getExpiration
long getExpiration()When does this callback expire?- Returns:
- java time
-
onReply
void onReply()A reply was received.
-