Uses of Interface
net.i2p.router.crypto.ratchet.SessionTagListener
-
Packages that use SessionTagListener Package Description net.i2p.router.crypto.ratchet 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 SessionTagListener Modifier and Type Class Description classRatchetSKMConstructors in net.i2p.router.crypto.ratchet with parameters of type SessionTagListener Constructor Description RatchetTagSet(HKDF hkdf, SessionTagListener lsnr, HandshakeState state, SessionKey rootKey, SessionKey data, long date, int id, int minSize, int maxSize)Inbound NSR TagsetRatchetTagSet(HKDF hkdf, SessionTagListener lsnr, PublicKey remoteKey, SessionKey rootKey, SessionKey data, long date, int id, int minSize, int maxSize)Inbound ES Tagset
-