Package | Description |
---|---|
net.i2p |
Core I2P package, contains information about the I2P version and an entry point to access important elements.
|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
Modifier and Type | Field and Description |
---|---|
protected KeyRing |
I2PAppContext._keyRing |
Modifier and Type | Method and Description |
---|---|
KeyRing |
I2PAppContext.keyRing()
Basic hash map
|
Modifier and Type | Class and Description |
---|---|
class |
PersistentKeyRing
ConcurrentHashMap with backing in the router.config file.
|
Modifier and Type | Method and Description |
---|---|
KeyRing |
RouterContext.keyRing()
override to support storage in router.config
|