mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Create BQP API
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.briarproject.api.keyagreement;
|
||||
|
||||
/** Manages tasks for conducting key agreements with remote peers. */
|
||||
public interface KeyAgreementTaskFactory {
|
||||
|
||||
/** Gets the current key agreement task. */
|
||||
KeyAgreementTask getTask();
|
||||
}
|
||||
Reference in New Issue
Block a user