Package | Description |
---|---|
com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
com.sshtools.publickey |
This package contains utility classes for loading/storing public/private keys
and is based on the SSHTools key format architecture.
|
Modifier and Type | Method and Description |
---|---|
Ssh2Session |
Ssh2Client.openSessionChannel(int windowspace,
int packetsize,
ChannelEventListener listener)
Additional method to open a session with SSH2 specific features.
|
Ssh2Session |
Ssh2Client.openSessionChannel(int windowspace,
int packetsize,
ChannelEventListener listener,
long timeout) |
Constructor and Description |
---|
PublicKeySubsystem(Ssh2Session session) |
PublicKeySubsystem(Ssh2Session session,
int timeout) |
Copyright © 2024. All rights reserved.