Package net.i2p.router.tunnel
Class InboundGatewayProcessor
java.lang.Object
net.i2p.router.tunnel.HopProcessor
net.i2p.router.tunnel.InboundGatewayProcessor
class InboundGatewayProcessor extends HopProcessor
Override the hop processor to seed the message with a random
IV.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description InboundGatewayProcessor(I2PAppContext ctx, HopConfig config)
-
Method Summary
Modifier and Type Method Description void
process(byte[] orig, int offset, int length)
Since we are the inbound gateway, use the IV given to us as the first 16 bytes, ignore the 'prev' hop, and encrypt the message like every other participant.
-
Constructor Details
-
Method Details
-
process
public void process(byte[] orig, int offset, int length)Since we are the inbound gateway, use the IV given to us as the first 16 bytes, ignore the 'prev' hop, and encrypt the message like every other participant.
-