Package 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
-
-
Field Summary
-
Fields inherited from class java.util.Properties
defaults
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Set
entrySet()
String
getInfo()
String
getName()
double
getVersion()
Set
keySet()
void
load(InputStream var0)
Object
put(Object var0, Object var1)
void
putAll(Map var0)
Object
remove(Object var0)
String
toString()
Collection
values()
-
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, propertyNames, save, setProperty, store
-
-
-
-
Method Detail
-
entrySet
public Set entrySet()
-
getInfo
public String getInfo()
-
getName
public String getName()
-
getVersion
public double getVersion()
-
keySet
public Set keySet()
-
load
public void load(InputStream var0) throws IOException
- Overrides:
load
in classProperties
- Throws:
IOException
-
putAll
public void putAll(Map var0)
-
values
public Collection values()
-
-