Package | Description |
---|---|
com.maverick.ssh |
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) |
Constructor and Description |
---|
SshException(String msg,
int reason,
List<IncompatibleAlgorithm> incompatible) |
Copyright © 2023. All rights reserved.