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 voidclear()SetentrySet()StringgetInfo()StringgetName()doublegetVersion()SetkeySet()voidload(InputStream var0)Objectput(Object var0, Object var1)voidputAll(Map var0)Objectremove(Object var0)StringtoString()Collectionvalues()-
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:
loadin classProperties- Throws:
IOException
-
putAll
public void putAll(Map var0)
-
values
public Collection values()
-
-