public static class U.BaseHttpSslSocketFactory.MyX509TrustManager extends Object implements X509TrustManager
| Modifier and Type | Field and Description |
|---|---|
(package private) static U.BaseHttpSslSocketFactory.MyX509TrustManager |
manger |
| Constructor and Description |
|---|
MyX509TrustManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(X509Certificate[] chain,
String authType) |
void |
checkServerTrusted(X509Certificate[] chain,
String authType) |
X509Certificate[] |
getAcceptedIssuers() |
static U.BaseHttpSslSocketFactory.MyX509TrustManager manger
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerpublic void checkClientTrusted(X509Certificate[] chain, String authType)
checkClientTrusted in interface X509TrustManagerpublic void checkServerTrusted(X509Certificate[] chain, String authType)
checkServerTrusted in interface X509TrustManagerCopyright © 2022. All rights reserved.