Class SSLProtocols
- java.lang.Object
-
- com.googlecode.download.maven.plugin.internal.SSLProtocols
-
public final class SSLProtocols extends Object
Helper class to check supported SSL protocols.
-
-
Constructor Summary
Constructors Constructor Description SSLProtocols()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]supported()List SSL protocols supported by the plugin.
-
-
-
Method Detail
-
supported
public static String[] supported()
List SSL protocols supported by the plugin.- Returns:
- The list of supported SSL protocols.
-
-