com.ibm.jsse
Class JSSEProvider

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--java.util.Properties
                    |
                    +--java.security.Provider
                          |
                          +--com.ibm.jsse.JSSEProvider

Deprecated. This provider has been replaced by the IBMJSSE Provider

public final class JSSEProvider
extends java.security.Provider

See Also:
IBMJSSEProvider, Serialized Form

Constructor Summary
JSSEProvider()
          Deprecated.  
 
Method Summary
static void install()
          Deprecated. Installs the JSSE 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, size
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSSEProvider

public JSSEProvider()
Deprecated. 
Method Detail

install

public static void install()
Deprecated. 
Installs the JSSE provider.