Methods in net.i2p.router.networkdb.kademlia that return MessageWrapper.OneTimeSession |
static MessageWrapper.OneTimeSession |
MessageWrapper.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.OneTimeSession |
MessageWrapper.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. |
static MessageWrapper.OneTimeSession |
MessageWrapper.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. |