站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

SunFakeTrustSocketFactory.FakeX509TrustManager (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


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

java.lang.Object
  extended byorg.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 Object
implements com.sun.net.ssl.X509TrustManager

Class FakeX509TrustManager


Constructor Summary
SunFakeTrustSocketFactory.FakeX509TrustManager()
           
 
Method Summary
 X509Certificate[] getAcceptedIssuers()
          Method getAcceptedIssuers
 boolean isClientTrusted(X509Certificate[] chain)
          Method isClientTrusted
 boolean isServerTrusted(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(X509Certificate[] chain)
Method isClientTrusted

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

isServerTrusted

public boolean isServerTrusted(X509Certificate[] chain)
Method isServerTrusted

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

getAcceptedIssuers

public X509Certificate[] getAcceptedIssuers()
Method getAcceptedIssuers

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.