public static class SunFakeTrustSocketFactory.FakeX509TrustManager extends Object implements com.sun.net.ssl.X509TrustManager
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log
Field log
|
Constructor and Description |
---|
SunFakeTrustSocketFactory.FakeX509TrustManager() |
Modifier and Type | Method and Description |
---|---|
X509Certificate[] |
getAcceptedIssuers()
Method getAcceptedIssuers
|
boolean |
isClientTrusted(X509Certificate[] chain)
Method isClientTrusted
|
boolean |
isServerTrusted(X509Certificate[] chain)
Method isServerTrusted
|
public SunFakeTrustSocketFactory.FakeX509TrustManager()
public boolean isClientTrusted(X509Certificate[] chain)
isClientTrusted
in interface com.sun.net.ssl.X509TrustManager
chain
- public boolean isServerTrusted(X509Certificate[] chain)
isServerTrusted
in interface com.sun.net.ssl.X509TrustManager
chain
- public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface com.sun.net.ssl.X509TrustManager
Copyright © The Apache Software Foundation. All Rights Reserved.