mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 20:59:54 +01:00
Added a factory method for local authors.
This commit is contained in:
@@ -5,4 +5,7 @@ import java.io.IOException;
|
||||
public interface AuthorFactory {
|
||||
|
||||
Author createAuthor(String name, byte[] publicKey) throws IOException;
|
||||
|
||||
LocalAuthor createLocalAuthor(String name, byte[] publicKey,
|
||||
byte[] privateKey) throws IOException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user