net.i2p.data.router
Class RouterPrivateKeyFile
java.lang.Object
net.i2p.data.PrivateKeyFile
net.i2p.data.router.RouterPrivateKeyFile
public class RouterPrivateKeyFile
- extends PrivateKeyFile
Same format as super, simply adds a method to
treat it as a RouterIdentity instead of a Destination.
- Since:
- 0.9.16
Methods inherited from class net.i2p.data.PrivateKeyFile |
checkSignature, createIfAbsent, estimateHashCashTime, getDestination, getPrivKey, getSigningPrivKey, main, open, open, setCertType, setDestination, setHashCashCert, setKeyCert, setSignedCert, toString, validateKeyPairs, verifySignature, write |
RouterPrivateKeyFile
public RouterPrivateKeyFile(File file)
getRouterIdentity
public RouterIdentity getRouterIdentity()
throws IOException,
DataFormatException
- Read it in from the file.
Also sets the local privKey and signingPrivKey.
- Throws:
IOException
DataFormatException