class OutboundSender extends Object implements TunnelGateway.Sender
| Constructor and Description |
|---|
OutboundSender(net.i2p.I2PAppContext ctx,
TunnelCreatorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
long |
sendPreprocessed(byte[] preprocessed,
TunnelGateway.Receiver receiver)
Take the preprocessed data containing zero or more fragments, encrypt
it, and pass it on to the receiver
|
public OutboundSender(net.i2p.I2PAppContext ctx,
TunnelCreatorConfig config)
public long sendPreprocessed(byte[] preprocessed,
TunnelGateway.Receiver receiver)
TunnelGateway.SendersendPreprocessed in interface TunnelGateway.Senderpreprocessed - IV + (rand padding) + 0x0 + Hash[0:3] + {instruction+fragment}*