Package | Description |
---|---|
net.i2p.data |
These classes define the common data structures used by the various
I2P protocols.
|
net.i2p.data.router |
Classes formerly in net.i2p.data but moved here as they are only used by the router.
|
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
Same format as super, simply adds a method to
treat it as a RouterIdentity instead of a Destination.
|