Package net.i2p.crypto.provider
Class I2PProvider
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
java.security.Provider
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
-
Field Summary
Fields Modifier and Type Field Description static String
PROVIDER_NAME
-
Constructor Summary
Constructors Constructor Description I2PProvider()
Construct a new provider. -
Method Summary
Modifier and Type Method Description static void
addProvider()
Install the I2PProvider.Methods inherited from class java.security.Provider
clear, compute, computeIfAbsent, computeIfPresent, configure, elements, entrySet, forEach, get, getInfo, getName, getOrDefault, getProperty, getService, getServices, getVersion, getVersionStr, isConfigured, keys, keySet, load, merge, put, putAll, putIfAbsent, putService, remove, remove, removeService, replace, replace, replaceAll, toString, values
Methods inherited from class java.util.Properties
clone, contains, containsKey, containsValue, equals, getProperty, hashCode, isEmpty, list, list, load, loadFromXML, propertyNames, rehash, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames
-
Field Details
-
PROVIDER_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
I2PProvider
public I2PProvider()Construct a new provider. This should only be required when using runtime registration of the provider using theSecurity.addProvider()
mechanism.
-
-
Method Details
-
addProvider
public static void addProvider()Install the I2PProvider. Harmless to call multiple times.- Since:
- 0.9.25
-