mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
Frame-at-a-time decryption.
This commit is contained in:
@@ -6,7 +6,7 @@ import java.io.IOException;
|
||||
interface ConnectionEncrypter {
|
||||
|
||||
/** Encrypts and writes the given frame. */
|
||||
void writeFrame(byte[] b, int off, int len) throws IOException;
|
||||
void writeFrame(byte[] b, int len) throws IOException;
|
||||
|
||||
/** Flushes the output stream. */
|
||||
void flush() throws IOException;
|
||||
|
||||
Reference in New Issue
Block a user