http://i2p-javadocs.i2p/net/i2p/router/tunnel/InboundGatewayProcessor.html
Object clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait Constructor Details InboundGatewayProcessor public InboundGatewayProcessor ( I2PAppContext ctx, HopConfig config) 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.