Package | Description |
---|---|
net.schmizz.sshj | |
net.schmizz.sshj.connection | |
net.schmizz.sshj.connection.channel | |
net.schmizz.sshj.transport | |
net.schmizz.sshj.transport.kex | |
net.schmizz.sshj.userauth |
Modifier and Type | Field and Description |
---|---|
protected Transport |
AbstractService.trans
Transport layer
|
protected Transport |
SSHClient.trans
Transport layer
|
Modifier and Type | Method and Description |
---|---|
Transport |
SSHClient.getTransport() |
Constructor and Description |
---|
AbstractService(String name,
Transport trans) |
Modifier and Type | Method and Description |
---|---|
Transport |
Connection.getTransport() |
Transport |
ConnectionImpl.getTransport() |
Constructor and Description |
---|
ConnectionImpl(Transport trans)
Create with an associated
Transport . |
Modifier and Type | Field and Description |
---|---|
protected Transport |
AbstractChannel.trans
Transport layer
|
Constructor and Description |
---|
ChannelInputStream(Channel chan,
Transport trans,
Window.Local win) |
ChannelOutputStream(Channel chan,
Transport trans,
Window.Remote win) |
Modifier and Type | Class and Description |
---|---|
class |
TransportImpl
A thread-safe
Transport implementation. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDHG.init(Transport trans,
String V_S,
String V_C,
byte[] I_S,
byte[] I_C) |
void |
KeyExchange.init(Transport trans,
String V_S,
String V_C,
byte[] I_S,
byte[] I_C)
Initialize the key exchange algorithm.
|
Modifier and Type | Method and Description |
---|---|
Transport |
AuthParams.getTransport() |
Constructor and Description |
---|
UserAuthImpl(Transport trans) |
Copyright © 2009-2012. All Rights Reserved.