final class SslParametersUtils
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
SslParametersUtils() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
setAlgorithmConstraints(javax.net.ssl.SSLParameters sslParameters,
java.lang.Object algorithmConstraints)
Utility method that is used by
OpenSslEngine and so allow use not not have any reference to
AlgorithmConstraints in the code. |
static void setAlgorithmConstraints(javax.net.ssl.SSLParameters sslParameters, java.lang.Object algorithmConstraints)
OpenSslEngine
and so allow use not not have any reference to
AlgorithmConstraints
in the code. This helps us to not get into trouble when using it in java
version < 7 and especially when using on android.