mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-22 15:49:53 +01:00
Revert unintended change to javadoc.
This commit is contained in:
@@ -23,8 +23,9 @@ public interface KeyManager {
|
|||||||
* <p/>
|
* <p/>
|
||||||
* {@link StreamContext StreamContexts} for the contact can be created
|
* {@link StreamContext StreamContexts} for the contact can be created
|
||||||
* after this method has returned.
|
* after this method has returned.
|
||||||
* @param alice true if the local party is Alice
|
|
||||||
*
|
*
|
||||||
|
* @param alice true if the local party is Alice
|
||||||
|
* @param active whether the derived keys can be used for outgoing streams
|
||||||
*/
|
*/
|
||||||
Map<TransportId, TransportKeySetId> addContact(Transaction txn, ContactId c,
|
Map<TransportId, TransportKeySetId> addContact(Transaction txn, ContactId c,
|
||||||
SecretKey rootKey, long timestamp, boolean alice, boolean active)
|
SecretKey rootKey, long timestamp, boolean alice, boolean active)
|
||||||
|
|||||||
Reference in New Issue
Block a user