com.jalios.io.ssl
Class NaiveTrustProvider

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by java.security.Provider
                  extended by com.jalios.io.ssl.NaiveTrustProvider
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public final class NaiveTrustProvider
extends Provider

Provides a Provider wich enable to establish a SSL connection without checking the validity of the certificate. This is supposed to be used only for developpement or testing purpose. If this provider is used, no check will be done until the JVM is down. To enable this provider, the getInstance method must be invoked before a Provider is computed.

Since:
JCMS-6.1
Author:
dissert
See Also:
Serialized Form

Nested Class Summary
static class NaiveTrustProvider.TrustManagerFactoryImpl
           
 
Nested classes/interfaces inherited from class java.security.Provider
Provider.Service
 
Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Method Summary
static NaiveTrustProvider getInstance()
           
 
Methods inherited from class java.security.Provider
clear, elements, entrySet, get, getInfo, getName, getProperty, getService, getServices, getVersion, keys, keySet, load, put, putAll, putService, remove, removeService, toString, values
 
Methods inherited from class java.util.Properties
getProperty, list, list, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, equals, hashCode, isEmpty, rehash, size
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static NaiveTrustProvider getInstance()


Copyright © 2001-2010 Jalios SA. All Rights Reserved.