mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
Add a method to get stream context in handshake mode
This commit is contained in:
@@ -116,4 +116,8 @@ public interface KeyManager {
|
|||||||
@Nullable
|
@Nullable
|
||||||
StreamContext getStreamContext(TransportId t, byte[] tag)
|
StreamContext getStreamContext(TransportId t, byte[] tag)
|
||||||
throws DbException;
|
throws DbException;
|
||||||
|
|
||||||
|
@Nullable
|
||||||
|
StreamContext getStreamContextInHandshakeMode(ContactId c, TransportId t)
|
||||||
|
throws DbException;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user