public final class org.apache.hc.client.http.ssl.HttpsSupport extends java.lang.Object
{
public void <init>()
{
org.apache.hc.client.http.ssl.HttpsSupport v;
v := @this: org.apache.hc.client.http.ssl.HttpsSupport;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
private static java.lang.String[] split(java.lang.String)
{
java.lang.String[] v;
java.lang.String v;
boolean v;
v := @parameter: java.lang.String;
v = staticinvoke <org.apache.hc.core.util.TextUtils: boolean isBlank(java.lang.CharSequence)>(v);
if v == 0 goto label;
return null;
label:
v = virtualinvoke v.<java.lang.String: java.lang.String[] split(java.lang.String)>(" *, *");
return v;
}
private static java.lang.String getProperty(java.lang.String)
{
org.apache.hc.client.http.ssl.HttpsSupport$1 v;
java.lang.Object v;
java.lang.String v;
v := @parameter: java.lang.String;
v = new org.apache.hc.client.http.ssl.HttpsSupport$1;
specialinvoke v.<org.apache.hc.client.http.ssl.HttpsSupport$1: void <init>(java.lang.String)>(v);
v = staticinvoke <java.security.AccessController: java.lang.Object doPrivileged(java.security.PrivilegedAction)>(v);
return v;
}
public static java.lang.String[] getSystemProtocols()
{
java.lang.String[] v;
java.lang.String v;
v = staticinvoke <org.apache.hc.client.http.ssl.HttpsSupport: java.lang.String getProperty(java.lang.String)>("https.protocols");
v = staticinvoke <org.apache.hc.client.http.ssl.HttpsSupport: java.lang.String[] split(java.lang.String)>(v);
return v;
}
public static java.lang.String[] getSystemCipherSuits()
{
java.lang.String[] v;
java.lang.String v;
v = staticinvoke <org.apache.hc.client.http.ssl.HttpsSupport: java.lang.String getProperty(java.lang.String)>("https.cipherSuites");
v = staticinvoke <org.apache.hc.client.http.ssl.HttpsSupport: java.lang.String[] split(java.lang.String)>(v);
return v;
}
public static javax.net.ssl.HostnameVerifier getDefaultHostnameVerifier()
{
org.apache.hc.client.http.ssl.DefaultHostnameVerifier v;
org.apache.hc.client.http.psl.PublicSuffixMatcher v;
v = new org.apache.hc.client.http.ssl.DefaultHostnameVerifier;
v = staticinvoke <org.apache.hc.client.http.psl.PublicSuffixMatcherLoader: org.apache.hc.client.http.psl.PublicSuffixMatcher getDefault()>();
specialinvoke v.<org.apache.hc.client.http.ssl.DefaultHostnameVerifier: void <init>(org.apache.hc.client.http.psl.PublicSuffixMatcher)>(v);
return v;
}
}