com.smartwerkz.jupload.classic.net.http.security
Class AllTrustManager

java.lang.Object
  extended by com.smartwerkz.jupload.classic.net.http.security.AllTrustManager
All Implemented Interfaces:
javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager

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

Since:
6-Jan-2007, 5:12:38 PM
Author:
Dominik Seifert

Constructor Summary
AllTrustManager()
           
 
Method Summary
 void checkClientTrusted(java.security.cert.X509Certificate[] x509Certificates, java.lang.String string)
           
 void checkServerTrusted(java.security.cert.X509Certificate[] x509Certificates, java.lang.String string)
           
 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

AllTrustManager

public AllTrustManager()
Method Detail

getAcceptedIssuers

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

checkClientTrusted

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


Copyright © 2007 smartwerkz.com. All Rights Reserved.