Package net.i2p.router.crypto.ratchet
Interface ReplyCallback
-
public interface ReplyCallbackECIES 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 longgetExpiration()When does this callback expire?voidonReply()A reply was received.
-