mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Add javadoc for handshakeKeys flag.
This commit is contained in:
@@ -19,6 +19,9 @@ public interface AuthorFactory {
|
||||
/**
|
||||
* Creates a local author with the current format version and the given
|
||||
* name.
|
||||
*
|
||||
* @param handshakeKeys true if the local author should include handshake
|
||||
* keys.
|
||||
*/
|
||||
LocalAuthor createLocalAuthor(String name, boolean handshakeKeys);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user