mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +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
|
||||
StreamContext getStreamContext(TransportId t, byte[] tag)
|
||||
throws DbException;
|
||||
|
||||
@Nullable
|
||||
StreamContext getStreamContextInHandshakeMode(ContactId c, TransportId t)
|
||||
throws DbException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user