org.infoglue.cms.security
Class DummyTrustManager
java.lang.Object
org.infoglue.cms.security.DummyTrustManager
- All Implemented Interfaces:
- javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager
public class DummyTrustManager
- extends java.lang.Object
- implements javax.net.ssl.X509TrustManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyTrustManager
public DummyTrustManager()
isClientTrusted
public boolean isClientTrusted(java.security.cert.X509Certificate[] cert)
isServerTrusted
public boolean isServerTrusted(java.security.cert.X509Certificate[] cert)
getAcceptedIssuers
public java.security.cert.X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuers in interface javax.net.ssl.X509TrustManager
checkClientTrusted
public void checkClientTrusted(java.security.cert.X509Certificate[] arg0,
java.lang.String arg1)
throws java.security.cert.CertificateException
- Specified by:
checkClientTrusted in interface javax.net.ssl.X509TrustManager
- Throws:
java.security.cert.CertificateException
checkServerTrusted
public void checkServerTrusted(java.security.cert.X509Certificate[] arg0,
java.lang.String arg1)
throws java.security.cert.CertificateException
- Specified by:
checkServerTrusted in interface javax.net.ssl.X509TrustManager
- Throws:
java.security.cert.CertificateException
Copyright © 2005 InfoGlue.org All Rights Reserved.