Package | Description |
---|---|
com.maverick.ssh |
This package contains a set of general interface contracts for SSH communication that
provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications.
|
com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveSecurityPolicy |
class |
DefaultSecurityPolicy |
Modifier and Type | Method and Description |
---|---|
static SshConnector |
SshConnector.createInstance(ExecutorService executor,
SecurityPolicy securityPolicy) |
static SshConnector |
SshConnector.createInstance(SecurityPolicy securityPolicy) |
Modifier and Type | Method and Description |
---|---|
SecurityPolicy |
Ssh2Context.getSecurityPolicy() |
Constructor and Description |
---|
Ssh2Context(SecurityPolicy securityPolicy) |
Copyright © 2024. All rights reserved.