| Package | Description |
|---|---|
| net.i2p |
Core I2P package providing fundamental interfaces, version information, and entry points to essential I2P services.
|
| net.i2p.router |
The I2P router application handles 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
|