public static class AsyncHttpClientFactoryEmbed.CustomTrustManager extends Object implements X509TrustManager
| Constructor and Description |
|---|
CustomTrustManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(X509Certificate[] certs,
String authType)
Check client trusted.
|
void |
checkServerTrusted(X509Certificate[] certs,
String authType)
Check server trusted.
|
X509Certificate[] |
getAcceptedIssuers()
Gets the accepted issuers.
|
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerpublic void checkClientTrusted(X509Certificate[] certs, String authType)
checkClientTrusted in interface X509TrustManagercerts - the certsauthType - the auth typepublic void checkServerTrusted(X509Certificate[] certs, String authType)
checkServerTrusted in interface X509TrustManagercerts - the certsauthType - the auth typeCopyright © 2015–2017 eBay. All rights reserved.