Pass segments rather than frames to/from segmented plugins.

This commit is contained in:
akwizgran
2012-01-13 15:05:42 +00:00
parent d0e402062a
commit ac136d3732
23 changed files with 155 additions and 61 deletions

View File

@@ -15,7 +15,6 @@ import javax.crypto.Mac;
import net.sf.briar.BriarTestCase;
import net.sf.briar.api.crypto.CryptoComponent;
import net.sf.briar.api.crypto.ErasableKey;
import net.sf.briar.api.plugins.FrameSource;
import net.sf.briar.api.transport.ConnectionReader;
import net.sf.briar.api.transport.ConnectionWriter;
import net.sf.briar.crypto.CryptoModule;