Package net.i2p.router.tunnel
Class InboundGatewayProcessor
java.lang.Object
net.i2p.router.tunnel.HopProcessor
net.i2p.router.tunnel.InboundGatewayProcessor
Override the hop processor to seed the message with a random
IV.
-
Field Summary
Fields inherited from class net.i2p.router.tunnel.HopProcessor
_config, _context, IV_LENGTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.Methods inherited from class net.i2p.router.tunnel.HopProcessor
process, toString
-
Constructor Details
-
InboundGatewayProcessor
-
-
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.
-