Package | Description |
---|---|
org.apache.sshd.client.session | |
org.apache.sshd.common.future | |
org.apache.sshd.common.session | |
org.apache.sshd.common.session.helpers |
Modifier and Type | Method and Description |
---|---|
KeyExchangeFuture |
ClientSession.switchToNoneCipher()
Switch to a none cipher for performance.
|
KeyExchangeFuture |
AbstractClientSession.switchToNoneCipher() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeyExchangeFuture |
Modifier and Type | Method and Description |
---|---|
KeyExchangeFuture |
DefaultKeyExchangeFuture.verify(long timeoutMillis) |
Modifier and Type | Method and Description |
---|---|
KeyExchangeFuture |
Session.reExchangeKeys()
Initiate a new key exchange.
|
Modifier and Type | Method and Description |
---|---|
protected KeyExchangeFuture |
AbstractSession.checkRekey()
Checks if a re-keying is required and if so initiates it
|
KeyExchangeFuture |
AbstractSession.reExchangeKeys() |
protected KeyExchangeFuture |
AbstractSession.requestNewKeysExchange()
Initiates a new keys exchange if one not already in progress
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.