mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Javadocs.
This commit is contained in:
@@ -13,9 +13,8 @@ interface ConnectionEncrypter {
|
||||
void writeMac(byte[] mac) throws IOException;
|
||||
|
||||
/**
|
||||
* Returns the number of encrypted bytes that can be written without
|
||||
* writing more than the given number of bytes, including encryption
|
||||
* overhead.
|
||||
* Returns the number of bytes that can be encrypted without outputting
|
||||
* more than the given number of bytes, including encryption overhead.
|
||||
*/
|
||||
long getCapacity(long capacity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user