Uses of Class
net.i2p.data.PrivateKeyFile

Packages that use PrivateKeyFile
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
 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
 class RouterPrivateKeyFile
          Same format as super, simply adds a method to treat it as a RouterIdentity instead of a Destination.