Uses of Class
net.i2p.data.PrivateKeyFile
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.
|
-
Uses of PrivateKeyFile in net.i2p.data
Methods in net.i2p.data with parameters of type PrivateKeyFile Modifier and Type Method Description Certificate
PrivateKeyFile. setSignedCert(PrivateKeyFile pkf2)
sign this dest by dest found in pkf2 - caller must also call write() -
Uses of PrivateKeyFile in net.i2p.data.router
Subclasses of PrivateKeyFile in net.i2p.data.router Modifier and Type Class Description class
RouterPrivateKeyFile
Same format as super, simply adds a method to treat it as a RouterIdentity instead of a Destination.