Interface AlgorithmsVerifier
-
public interface AlgorithmsVerifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
verify(NegotiatedAlgorithms algorithms)
Callback is invoked when algorithms have been negotiated between client and server.
-
-
-
Method Detail
-
verify
boolean verify(NegotiatedAlgorithms algorithms)
Callback is invoked when algorithms have been negotiated between client and server.- Returns:
- False to interrupt the connection
-
-