protected class FragmentTest.SenderImpl extends Object implements TunnelGateway.Sender
| Modifier | Constructor and Description |
|---|---|
protected |
SenderImpl() |
| 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 long sendPreprocessed(byte[] preprocessed,
TunnelGateway.Receiver receiver)
TunnelGateway.SendersendPreprocessed in interface TunnelGateway.Senderpreprocessed - IV + (rand padding) + 0x0 + Hash[0:3] + {instruction+fragment}*