public interface SecurityPolicy
Modifier and Type | Method and Description |
---|---|
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()
Copyright © 2023. All rights reserved.