com.sun.net.ssl.internal.ssl
public final class: Provider [javadoc |
source]
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
java.security.Provider
sun.security.ssl.SunJSSE
com.sun.net.ssl.internal.ssl.Provider
All Implemented Interfaces:
Map, Serializable, Cloneable
Main class for the SunJSSE provider. The actual code was moved to the
class sun.security.ssl.SunJSSE, but for backward compatibility we
continue to use this class as the main Provider class.
| Method from com.sun.net.ssl.internal.ssl.Provider Summary: |
|---|
|
install, isFIPS |
| Methods from java.security.Provider: |
|---|
|
clear, elements, entrySet, get, getInfo, getName, getProperty, getService, getServices, getVersion, keySet, keys, load, put, putAll, remove, toString, values |
| Methods from java.util.Properties: |
|---|
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
| Methods from java.util.Hashtable: |
|---|
|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keySet, keys, put, putAll, remove, size, toString, values |
| Method from com.sun.net.ssl.internal.ssl.Provider Detail: |
public static synchronized void install() {
/* nop. Remove this method in the future. */
}
Installs the JSSE provider. |
public static synchronized boolean isFIPS() {
return SunJSSE.isFIPS();
}
|