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.
|
Modifier and Type | Method and Description |
---|---|
Collection<IncompatibleAlgorithm> |
SshException.getIncompatibleAlgorithms() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityPolicy.onIncompatibleSecurity(String hostname,
int port,
String remoteIdentification,
IncompatibleAlgorithm... reports) |
void |
DefaultSecurityPolicy.onIncompatibleSecurity(String host,
int port,
String remoteIdentification,
IncompatibleAlgorithm... reports) |
void |
AdaptiveSecurityPolicy.onIncompatibleSecurity(String host,
int port,
String remoteIdentification,
IncompatibleAlgorithm... reports) |
Constructor and Description |
---|
SshException(String msg,
int reason,
List<IncompatibleAlgorithm> incompatible) |
Copyright © 2024. All rights reserved.