public interface SecurityPolicy
Modifier and Type | Method and Description |
---|---|
void |
configure(String... matches) |
SecurityLevel |
getMinimumSecurityLevel() |
boolean |
isDropSecurityAsLastResort() |
boolean |
isManagedSecurity() |
void |
onIncompatibleSecurity(String hostname,
int port,
String remoteIdentification,
IncompatibleAlgorithm... reports) |
SecurityLevel getMinimumSecurityLevel()
boolean isDropSecurityAsLastResort()
void onIncompatibleSecurity(String hostname, int port, String remoteIdentification, IncompatibleAlgorithm... reports)
boolean isManagedSecurity()
void configure(String... matches) throws SshException
SshException
Copyright © 2024. All rights reserved.