Class DRLCertFactory
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
java.security.Provider
org.apache.harmony.security.provider.cert.DRLCertFactory
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
public final class DRLCertFactory extends Provider
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class java.security.Provider
Provider.Service -
Field Summary
Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors Constructor Description DRLCertFactory()Constructs the instance of the certificate factory provider. -
Method Summary
Methods inherited from class java.security.Provider
clear, entrySet, getInfo, getName, getService, getServices, getVersion, keySet, load, put, putAll, putService, remove, removeService, toString, valuesMethods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
-
Constructor Details
-
DRLCertFactory
public DRLCertFactory()Constructs the instance of the certificate factory provider.
-