Uses of Class
net.i2p.router.networkdb.kademlia.MessageWrapper.OneTimeSession
-
Packages that use MessageWrapper.OneTimeSession Package Description net.i2p.router.networkdb.kademlia The network database, including implementation of floodfills. -
-
Uses of MessageWrapper.OneTimeSession in net.i2p.router.networkdb.kademlia
Methods in net.i2p.router.networkdb.kademlia that return MessageWrapper.OneTimeSession Modifier and Type Method Description static MessageWrapper.OneTimeSessionMessageWrapper. generateSession(RouterContext ctx)Create a single key and tag, for receiving a single encrypted message, and register it with the router's session key manager, to expire in two minutes.static MessageWrapper.OneTimeSessionMessageWrapper. generateSession(RouterContext ctx, SessionKeyManager skm)Create a single key and tag, for receiving a single encrypted message, and register it with the given session key manager, to expire in two minutes.static MessageWrapper.OneTimeSessionMessageWrapper. generateSession(RouterContext ctx, Hash localDest)Create a single key and tag, for receiving a single encrypted message, and register it with the client's session key manager, to expire in two minutes.Methods in net.i2p.router.networkdb.kademlia with parameters of type MessageWrapper.OneTimeSession Modifier and Type Method Description static GarlicMessageMessageWrapper. wrap(RouterContext ctx, I2NPMessage m, MessageWrapper.OneTimeSession session)Garlic wrap a message from nobody, destined for an unknown router, to hide the contents from the IBGW.
-