org.apache.axis.components.net

Class IBMFakeTrustSocketFactory.FakeX509TrustManager

public static class IBMFakeTrustSocketFactory.FakeX509TrustManager extends Object implements X509TrustManager

Class FakeX509TrustManager
Field Summary
protected static Loglog
Field log
Method Summary
X509Certificate[]getAcceptedIssuers()
Method getAcceptedIssuers
booleanisClientTrusted(X509Certificate[] chain)
Method isClientTrusted
booleanisServerTrusted(X509Certificate[] chain)
Method isServerTrusted

Field Detail

log

protected static Log log
Field log

Method Detail

getAcceptedIssuers

public X509Certificate[] getAcceptedIssuers()
Method getAcceptedIssuers

Returns:

isClientTrusted

public boolean isClientTrusted(X509Certificate[] chain)
Method isClientTrusted

Parameters: chain

Returns:

isServerTrusted

public boolean isServerTrusted(X509Certificate[] chain)
Method isServerTrusted

Parameters: chain

Returns:

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.