| Package | Description |
|---|---|
| net.i2p.router.tunnel |
Core tunnel management, message processing, and encryption for I2P's anonymous routing system.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
InboundGatewayProcessor
Override the hop processor to seed the message with a random
IV.
|
| Constructor and Description |
|---|
OutboundTunnelEndpoint(RouterContext ctx,
HopConfig config,
HopProcessor processor) |
TunnelParticipant(RouterContext ctx,
HopConfig config,
HopProcessor processor)
Construct for intermediate tunnel participant (not endpoint).
|