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

java.lang.Object
  extended byorg.jboss.axis.components.net.SunFakeTrustSocketFactory.FakeX509TrustManager
All Implemented Interfaces:
com.sun.net.ssl.TrustManager, com.sun.net.ssl.X509TrustManager
Enclosing class:
SunFakeTrustSocketFactory (src)

public static class SunFakeTrustSocketFactory.FakeX509TrustManager
extends java.lang.Object
implements com.sun.net.ssl.X509TrustManager

Class FakeX509TrustManager


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
 

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: