public class SSLCertificateInfo extends Object
| Constructor and Description |
|---|
SSLCertificateInfo() |
| Modifier and Type | Method and Description |
|---|---|
HostnameVerifier |
getHostnameVerifier() |
SSLSocketFactory |
getSSLSocketFactory() |
X509TrustManager |
getTrustManager() |
boolean |
isIgnore() |
protected static <T> T |
newClass(String clazz,
Class<T> type) |
String |
toString() |
public final boolean isIgnore()
public X509TrustManager getTrustManager()
public SSLSocketFactory getSSLSocketFactory()
public HostnameVerifier getHostnameVerifier()
Copyright © 2018. All rights reserved.