com.jurismarches.vradi.util
Class SSLUtils.SSLUtilsTrustManager

java.lang.Object
  extended by com.jurismarches.vradi.util.SSLUtils.SSLUtilsTrustManager
All Implemented Interfaces:
javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager
Enclosing class:
SSLUtils

protected static class SSLUtils.SSLUtilsTrustManager
extends java.lang.Object
implements javax.net.ssl.X509TrustManager

Trusted manager : accept every things.


Constructor Summary
protected SSLUtils.SSLUtilsTrustManager()
           
 
Method Summary
 void checkClientTrusted(java.security.cert.X509Certificate[] certs, java.lang.String authType)
           
 void checkServerTrusted(java.security.cert.X509Certificate[] certs, java.lang.String authType)
           
 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

SSLUtils.SSLUtilsTrustManager

protected SSLUtils.SSLUtilsTrustManager()
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[] certs,
                               java.lang.String authType)
Specified by:
checkClientTrusted in interface javax.net.ssl.X509TrustManager

checkServerTrusted

public void checkServerTrusted(java.security.cert.X509Certificate[] certs,
                               java.lang.String authType)
Specified by:
checkServerTrusted in interface javax.net.ssl.X509TrustManager


Copyright © 2009-2010 JurisMarches. All Rights Reserved.