java.lang.Object
org.apache.axis.components.net.SunFakeTrustSocketFactory.FakeX509TrustManager
- All Implemented Interfaces:
- com.sun.net.ssl.TrustManager, com.sun.net.ssl.X509TrustManager
- Enclosing class:
- SunFakeTrustSocketFactory
- public static class SunFakeTrustSocketFactory.FakeX509TrustManager
- extends java.lang.Object
- implements com.sun.net.ssl.X509TrustManager
Class FakeX509TrustManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.commons.logging.Log log
- Field log
SunFakeTrustSocketFactory.FakeX509TrustManager
public SunFakeTrustSocketFactory.FakeX509TrustManager()
isClientTrusted
public boolean isClientTrusted(java.security.cert.X509Certificate[] chain)
- Method isClientTrusted
- Specified by:
isClientTrusted in interface com.sun.net.ssl.X509TrustManager
isServerTrusted
public boolean isServerTrusted(java.security.cert.X509Certificate[] chain)
- Method isServerTrusted
- Specified by:
isServerTrusted in interface com.sun.net.ssl.X509TrustManager
getAcceptedIssuers
public java.security.cert.X509Certificate[] getAcceptedIssuers()
- Method getAcceptedIssuers
- Specified by:
getAcceptedIssuers in interface com.sun.net.ssl.X509TrustManager