java.security
Class Provider
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
java.security.Provider
- All Implemented Interfaces:
- Serializable, Cloneable, Map
public abstract class Provider
- extends Properties
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry |
Methods inherited from class java.util.Hashtable |
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size |
Provider
protected Provider(String var0,
double var1,
String var2)
clear
public void clear()
- Specified by:
clear
in interface Map
- Overrides:
clear
in class Hashtable
entrySet
public Set entrySet()
- Specified by:
entrySet
in interface Map
- Overrides:
entrySet
in class Hashtable
getInfo
public String getInfo()
getName
public String getName()
getVersion
public double getVersion()
keySet
public Set keySet()
- Specified by:
keySet
in interface Map
- Overrides:
keySet
in class Hashtable
load
public void load(InputStream var0)
throws IOException
- Overrides:
load
in class Properties
- Throws:
IOException
put
public Object put(Object var0,
Object var1)
- Specified by:
put
in interface Map
- Overrides:
put
in class Hashtable
putAll
public void putAll(Map var0)
- Specified by:
putAll
in interface Map
- Overrides:
putAll
in class Hashtable
remove
public Object remove(Object var0)
- Specified by:
remove
in interface Map
- Overrides:
remove
in class Hashtable
toString
public String toString()
- Overrides:
toString
in class Hashtable
values
public Collection values()
- Specified by:
values
in interface Map
- Overrides:
values
in class Hashtable
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.