Save This Page
Home » openjdk-7 » sun.security » jgss » [javadoc | source]
sun.security.jgss
public final class: SunProvider [javadoc | source]
java.lang.Object
   java.util.Dictionary
      java.util.Hashtable
         java.util.Properties
            java.security.Provider
               sun.security.jgss.SunProvider

All Implemented Interfaces:
    Map, Serializable, Cloneable

Defines the Sun JGSS provider. Will merger this with the Sun security provider sun.security.provider.Sun when the JGSS src is merged with the JDK src. Mechanisms supported are: - Kerberos v5 as defined in RFC 1964. Oid is 1.2.840.113554.1.2.2 - SPNEGO as defined in RFC 2478 Oid is 1.3.6.1.5.5.2 [Dummy mechanism is no longer compiled: - Dummy mechanism. This is primarily useful to test a multi-mech environment. Oid is 1.3.6.1.4.1.42.2.26.1.2]
Field Summary
public static final  SunProvider INSTANCE     
Constructor:
 public SunProvider() 
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
Methods from java.util.Dictionary:
elements,   get,   isEmpty,   keys,   put,   remove,   size
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait