| Package | Description |
|---|---|
| com.trilead.ssh2 | |
| com.trilead.ssh2.auth | |
| com.trilead.ssh2.channel | |
| com.trilead.ssh2.transport |
| Modifier and Type | Field and Description |
|---|---|
private TransportManager |
Connection.tm |
| Modifier and Type | Field and Description |
|---|---|
(package private) TransportManager |
AuthenticationManager.tm |
| Constructor and Description |
|---|
AuthenticationManager(TransportManager tm) |
| Modifier and Type | Field and Description |
|---|---|
(package private) TransportManager |
ChannelManager.tm |
| Constructor and Description |
|---|
ChannelManager(TransportManager tm) |
| Modifier and Type | Field and Description |
|---|---|
(package private) TransportManager |
KexManager.tm |
| Constructor and Description |
|---|
KexManager(TransportManager tm,
ClientServerHello csh,
CryptoWishList initialCwl,
java.lang.String hostname,
int port,
ServerHostKeyVerifier keyVerifier,
java.security.SecureRandom rnd) |