org.apache.axis.components.net
Class SunFakeTrustSocketFactory.FakeX509TrustManager

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


Field Summary
protected static org.apache.commons.logging.Log log
          Field log
 
Constructor Summary
SunFakeTrustSocketFactory.FakeX509TrustManager()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Field log

Constructor Detail

SunFakeTrustSocketFactory.FakeX509TrustManager

public SunFakeTrustSocketFactory.FakeX509TrustManager()
Method Detail

isClientTrusted

public boolean isClientTrusted(java.security.cert.X509Certificate[] chain)
Method isClientTrusted

Specified by:
isClientTrusted in interface com.sun.net.ssl.X509TrustManager
Parameters:
chain -
Returns:

isServerTrusted

public boolean isServerTrusted(java.security.cert.X509Certificate[] chain)
Method isServerTrusted

Specified by:
isServerTrusted in interface com.sun.net.ssl.X509TrustManager
Parameters:
chain -
Returns:

getAcceptedIssuers

public java.security.cert.X509Certificate[] getAcceptedIssuers()
Method getAcceptedIssuers

Specified by:
getAcceptedIssuers in interface com.sun.net.ssl.X509TrustManager
Returns:


Copyright © 2003 Apache Web Services Project. All Rights Reserved.