Uses of Interface
net.i2p.router.crypto.ratchet.SessionTagListener
Packages that use SessionTagListener
Package
Description
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
-
Uses of SessionTagListener in net.i2p.router.crypto.ratchet
Classes in net.i2p.router.crypto.ratchet that implement SessionTagListenerConstructors in net.i2p.router.crypto.ratchet with parameters of type SessionTagListenerModifierConstructorDescriptionRatchetTagSet
(HKDF hkdf, SessionTagListener lsnr, HandshakeState state, SessionKey rootKey, SessionKey data, long date, int minSize, int maxSize) Inbound NSR TagsetRatchetTagSet
(HKDF hkdf, SessionTagListener lsnr, PublicKey remoteKey, SessionKey rootKey, SessionKey data, long date, int tagsetid, int keyid, int minSize, int maxSize) Inbound ES Tagsetprotected
RatchetTagSet
(SessionTagListener lsnr, SessionKey rootKey, long date, long timeout) For SingleTagSetSingleTagSet
(SessionTagListener lsnr, SessionKey key, RatchetSessionTag tag, long date, long timeout) For outbound Existing Session