org.glite.authz.common.http
Class NoTrustTrustManager

java.lang.Object
  extended by org.glite.authz.common.http.NoTrustTrustManager
All Implemented Interfaces:
javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager

public class NoTrustTrustManager
extends java.lang.Object
implements javax.net.ssl.X509TrustManager

A trust manager that does no trust evaluation. This is essentially a NO-OP.


Constructor Summary
NoTrustTrustManager()
           
 
Method Summary
 void checkClientTrusted(java.security.cert.X509Certificate[] arg0, java.lang.String arg1)
          
 void checkServerTrusted(java.security.cert.X509Certificate[] arg0, java.lang.String arg1)
          
 java.security.cert.X509Certificate[] getAcceptedIssuers()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoTrustTrustManager

public NoTrustTrustManager()
Method Detail

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

getAcceptedIssuers

public java.security.cert.X509Certificate[] getAcceptedIssuers()

Specified by:
getAcceptedIssuers in interface javax.net.ssl.X509TrustManager


Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.