Package org.apache.hc.client5.http.ssl
Class HttpsSupport
- java.lang.Object
-
- org.apache.hc.client5.http.ssl.HttpsSupport
-
public final class HttpsSupport extends java.lang.ObjectHTTPS configuration support methods.- Since:
- 5.0
-
-
Constructor Summary
Constructors Constructor Description HttpsSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.net.ssl.HostnameVerifiergetDefaultHostnameVerifier()private static java.lang.StringgetProperty(java.lang.String key)static java.lang.String[]getSystemCipherSuits()static java.lang.String[]getSystemProtocols()private static java.lang.String[]split(java.lang.String s)
-
-
-
Method Detail
-
split
private static java.lang.String[] split(java.lang.String s)
-
getProperty
private static java.lang.String getProperty(java.lang.String key)
-
getSystemProtocols
public static java.lang.String[] getSystemProtocols()
-
getSystemCipherSuits
public static java.lang.String[] getSystemCipherSuits()
-
getDefaultHostnameVerifier
public static javax.net.ssl.HostnameVerifier getDefaultHostnameVerifier()
-
-