|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
java.security.Provider
com.jalios.io.ssl.NaiveTrustProvider
public final class NaiveTrustProvider
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.
| Nested Class Summary | |
|---|---|
static class |
NaiveTrustProvider.TrustManagerFactoryImpl
|
| Nested classes/interfaces inherited from class java.security.Provider |
|---|
java.security.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 |
|---|
public static NaiveTrustProvider getInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||