Refactor key agreement connection choosing.

This commit is contained in:
akwizgran
2018-02-27 17:51:25 +00:00
parent 4a1f58705d
commit 9693a5cb93
15 changed files with 269 additions and 179 deletions

View File

@@ -177,7 +177,7 @@ class ModemPlugin implements DuplexPlugin, Modem.Callback {
@Override
public DuplexTransportConnection createKeyAgreementConnection(
byte[] commitment, BdfList descriptor, long timeout) {
byte[] commitment, BdfList descriptor) {
throw new UnsupportedOperationException();
}