com.myJava.ssl
Class NoCheckX509TrustManager

java.lang.Object
  extended by com.myJava.ssl.NoCheckX509TrustManager
All Implemented Interfaces:
javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager

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

This trustManager is dedicated to server certificate verifications. It does not check that the certificate is present in the VM's keyStore.

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
NoCheckX509TrustManager()
           
 
Method Summary
 void checkClientTrusted(java.security.cert.X509Certificate[] certs, java.lang.String arg1)
           
 void checkServerTrusted(java.security.cert.X509Certificate[] certs, java.lang.String alg)
           
 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

NoCheckX509TrustManager

public NoCheckX509TrustManager()
Method Detail

checkClientTrusted

public void checkClientTrusted(java.security.cert.X509Certificate[] certs,
                               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[] certs,
                               java.lang.String alg)
                        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