Package io.netty.handler.ssl
Class Java7SslParametersUtils
java.lang.Object
io.netty.handler.ssl.Java7SslParametersUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
setAlgorithmConstraints
(SSLParameters sslParameters, Object algorithmConstraints) Utility method that is used byOpenSslEngine
and so allow use not have any reference toAlgorithmConstraints
in the code.
-
Constructor Details
-
Java7SslParametersUtils
private Java7SslParametersUtils()
-
-
Method Details
-
setAlgorithmConstraints
Utility method that is used byOpenSslEngine
and so allow use not have any reference toAlgorithmConstraints
in the code. This helps us to not get into trouble when using it in java version invalid input: '<' 7 and especially when using on android.
-