| Package | Description |
|---|---|
| net.i2p.data |
These classes define the common data structures used by the various I2P protocols.
|
| net.i2p.data.router |
Router-specific data structures and identity management classes for I2P.
|
| Modifier and Type | Method and Description |
|---|---|
Certificate |
PrivateKeyFile.setSignedCert(PrivateKeyFile pkf2)
sign this dest by dest found in pkf2 - caller must also call write()
|
| Modifier and Type | Class and Description |
|---|---|
class |
RouterPrivateKeyFile
Handles router private key files, extending PrivateKeyFile to provide
RouterIdentity access instead of Destination.
|