org.moremotion.security.domain.ssl
Class DummyTrustManager
java.lang.Object
org.moremotion.security.domain.ssl.DummyTrustManager
- All Implemented Interfaces:
- com.sun.net.ssl.TrustManager, com.sun.net.ssl.X509TrustManager
public class DummyTrustManager
- extends java.lang.Object
- implements com.sun.net.ssl.X509TrustManager
DummyTrustManager
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyTrustManager
public DummyTrustManager()
isClientTrusted
public boolean isClientTrusted(java.security.cert.X509Certificate[] cert)
- Specified by:
isClientTrusted
in interface com.sun.net.ssl.X509TrustManager
isServerTrusted
public boolean isServerTrusted(java.security.cert.X509Certificate[] cert)
- Specified by:
isServerTrusted
in interface com.sun.net.ssl.X509TrustManager
getAcceptedIssuers
public java.security.cert.X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuers
in interface com.sun.net.ssl.X509TrustManager
Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.