public static class SunFakeTrustSocketFactory.FakeX509TrustManager
extends java.lang.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 |
|---|---|
java.security.cert.X509Certificate[] |
getAcceptedIssuers()
Method getAcceptedIssuers
|
boolean |
isClientTrusted(java.security.cert.X509Certificate[] chain)
Method isClientTrusted
|
boolean |
isServerTrusted(java.security.cert.X509Certificate[] chain)
Method isServerTrusted
|
public SunFakeTrustSocketFactory.FakeX509TrustManager()
public boolean isClientTrusted(java.security.cert.X509Certificate[] chain)
isClientTrusted in interface com.sun.net.ssl.X509TrustManagerchain - public boolean isServerTrusted(java.security.cert.X509Certificate[] chain)
isServerTrusted in interface com.sun.net.ssl.X509TrustManagerchain - public java.security.cert.X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface com.sun.net.ssl.X509TrustManagerCopyright ? 2005 Apache Web Services Project. All Rights Reserved.