net.i2p.crypto.provider
Class I2PProvider

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by java.security.Provider
                  extended by net.i2p.crypto.provider.I2PProvider
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public final class I2PProvider
extends Provider

Since:
0.9.15
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.security.Provider
Provider.Service
 
Field Summary
static String PROVIDER_NAME
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
I2PProvider()
          Construct a new provider.
 
Method Summary
 
Methods inherited from class java.security.Provider
clear, elements, entrySet, get, getInfo, getName, getProperty, getService, getServices, getVersion, keys, keySet, load, put, putAll, putService, remove, removeService, toString, values
 
Methods inherited from class java.util.Properties
getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, equals, hashCode, isEmpty, rehash, size
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROVIDER_NAME

public static final String PROVIDER_NAME
See Also:
Constant Field Values
Constructor Detail

I2PProvider

public I2PProvider()
Construct a new provider. This should only be required when using runtime registration of the provider using the Security.addProvider() mechanism.