com.jalios.io.ssl
Class NaiveTrustProvider
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
java.security.Provider
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
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 |
getInstance
public static NaiveTrustProvider getInstance()
Copyright © 2001-2010 Jalios SA. All Rights Reserved.