net.i2p.router.tunnel
Interface TunnelGateway.Sender

All Known Implementing Classes:
FragmentTest.SenderImpl, InboundSender, OutboundSender
Enclosing interface:
TunnelGateway

public static interface TunnelGateway.Sender


Method Summary
 void sendPreprocessed(byte[] preprocessed, TunnelGateway.Receiver receiver)
          Take the preprocessed data containing zero or more fragments, encrypt it, and pass it on to the receiver
 

Method Detail

sendPreprocessed

public void sendPreprocessed(byte[] preprocessed,
                             TunnelGateway.Receiver receiver)
Take the preprocessed data containing zero or more fragments, encrypt it, and pass it on to the receiver

Parameters:
preprocessed - IV + (rand padding) + 0x0 + Hash[0:3] + {instruction+fragment}*