class InboundGatewayProcessor extends HopProcessor
_config, _context, IV_LENGTH
Constructor and Description |
---|
InboundGatewayProcessor(I2PAppContext ctx,
HopConfig config) |
Modifier and Type | Method and 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.
|
process, toString
public InboundGatewayProcessor(I2PAppContext ctx, HopConfig config)