java.security
Class Provider

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by java.util.Properties
              extended by java.security.Provider
All Implemented Interfaces:
Serializable, Cloneable, Map

public abstract class Provider
extends Properties

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry
 
Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
protected Provider(String var0, double var1, String var2)
           
 
Method Summary
 String getInfo()
           
 String getName()
           
 double getVersion()
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

Provider

protected Provider(String var0,
                   double var1,
                   String var2)
Method Detail

getInfo

public String getInfo()

getName

public String getName()

getVersion

public double getVersion()