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

java.lang.Object
  |
  +--org.apache.axis.components.net.FakeTrustSocketFactory.FakeX509TrustManager
All Implemented Interfaces:
com.sun.net.ssl.TrustManager, com.sun.net.ssl.X509TrustManager
Enclosing class:
FakeTrustSocketFactory

public static class FakeTrustSocketFactory.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
FakeTrustSocketFactory.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

FakeTrustSocketFactory.FakeX509TrustManager

public FakeTrustSocketFactory.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 © 2002 Apache XML Project. All Rights Reserved.