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 voidsetAlgorithmConstraints(SSLParameters sslParameters, Object algorithmConstraints) Utility method that is used byOpenSslEngineand so allow use not have any reference toAlgorithmConstraintsin the code.
-
Constructor Details
-
Java7SslParametersUtils
private Java7SslParametersUtils()
-
-
Method Details
-
setAlgorithmConstraints
Utility method that is used byOpenSslEngineand so allow use not have any reference toAlgorithmConstraintsin the code. This helps us to not get into trouble when using it in java version < 7 and especially when using on android.
-