org.n52.security.common.util
Class MyX509TrustManager

java.lang.Object
  extended by org.n52.security.common.util.MyX509TrustManager
All Implemented Interfaces:
javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager

Deprecated. not used in whole 52n-security

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


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

Constructor Detail

MyX509TrustManager

public MyX509TrustManager()
Deprecated. 
Method Detail

checkClientTrusted

public void checkClientTrusted(java.security.cert.X509Certificate[] arg0,
                               java.lang.String arg1)
                        throws java.security.cert.CertificateException
Deprecated. 
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
Deprecated. 
Specified by:
checkServerTrusted in interface javax.net.ssl.X509TrustManager
Throws:
java.security.cert.CertificateException

getAcceptedIssuers

public java.security.cert.X509Certificate[] getAcceptedIssuers()
Deprecated. 
Specified by:
getAcceptedIssuers in interface javax.net.ssl.X509TrustManager


Copyright © 2004-2009 52north.org. All Rights Reserved.