Uses of Interface
org.apache.sshd.common.future.KeyExchangeFuture
-
Packages that use KeyExchangeFuture Package Description org.apache.sshd.client.session org.apache.sshd.common.future org.apache.sshd.common.session org.apache.sshd.common.session.helpers -
-
Uses of KeyExchangeFuture in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return KeyExchangeFuture Modifier and Type Method Description KeyExchangeFuture
AbstractClientSession. switchToNoneCipher()
KeyExchangeFuture
ClientSession. switchToNoneCipher()
Switch to a none cipher for performance. -
Uses of KeyExchangeFuture in org.apache.sshd.common.future
Classes in org.apache.sshd.common.future that implement KeyExchangeFuture Modifier and Type Class Description class
DefaultKeyExchangeFuture
Methods in org.apache.sshd.common.future that return KeyExchangeFuture Modifier and Type Method Description KeyExchangeFuture
DefaultKeyExchangeFuture. verify(long timeoutMillis, CancelOption... options)
-
Uses of KeyExchangeFuture in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return KeyExchangeFuture Modifier and Type Method Description KeyExchangeFuture
Session. reExchangeKeys()
Initiate a new key exchange. -
Uses of KeyExchangeFuture in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers that return KeyExchangeFuture Modifier and Type Method Description protected KeyExchangeFuture
AbstractSession. checkRekey()
Checks if a re-keying is required and if so initiates itKeyExchangeFuture
AbstractSession. reExchangeKeys()
protected KeyExchangeFuture
AbstractSession. requestNewKeysExchange()
Initiates a new keys exchange if one not already in progress
-