|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.networkdb.kademlia.MessageWrapper
class MessageWrapper
Method an class for garlic encrypting outbound netdb traffic, including management of the ElGamal/AES tags
Nested Class Summary | |
---|---|
(package private) static class |
MessageWrapper.WrappedMessage
Wrapper so that we can keep track of the key and tags for later notification to the SKM |
Constructor Summary | |
---|---|
MessageWrapper()
|
Method Summary | |
---|---|
(package private) static MessageWrapper.WrappedMessage |
wrap(RouterContext ctx,
I2NPMessage m,
Hash from,
RouterInfo to)
Garlic wrap a message from a client or this router, destined for a router, to hide the contents from the OBEP. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
MessageWrapper()
Method Detail |
---|
static MessageWrapper.WrappedMessage wrap(RouterContext ctx, I2NPMessage m, Hash from, RouterInfo to)
from
- must be a local client with a session key manager,
or null to use the router's session key manager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |