Package com.sshtools.common.ssh
Interface SecurityPolicy
- All Known Implementing Classes:
DefaultSecurityPolicy
public interface SecurityPolicy
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidonIncompatibleSecurity(String hostname, int port, String remoteIdentification, IncompatibleAlgorithm... reports)
-
Method Details
-
getMinimumSecurityLevel
SecurityLevel getMinimumSecurityLevel() -
isDropSecurityAsLastResort
boolean isDropSecurityAsLastResort() -
onIncompatibleSecurity
void onIncompatibleSecurity(String hostname, int port, String remoteIdentification, IncompatibleAlgorithm... reports) -
isManagedSecurity
boolean isManagedSecurity()
-