com.ibm.etill.framework.clientapi
Class GullibleTrustManagerProvider

java.lang.Object
  java.util.Dictionary
      java.util.Hashtable
          java.util.Properties
              java.security.Provider
                  com.ibm.etill.framework.clientapi.GullibleTrustManagerProvider
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public final class GullibleTrustManagerProvider
extends java.security.Provider
See Also:
Serialized Form

Field Summary
Fields inherited from class java.util.Properties
defaults
Constructor Summary
GullibleTrustManagerProvider()
Method Summary
static void install()
Installs the Custom provider.
Methods inherited from class java.security.Provider
clear, entrySet, getInfo, getName, getVersion, keySet, load, put, putAll, remove, toString, values
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, propertyNames, save, setProperty, store
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait

Constructor Detail

GullibleTrustManagerProvider

public GullibleTrustManagerProvider()
Method Detail

install

public static void install()
Installs the Custom provider.

Feedback