net.i2p.data
Class RouterIdentity
java.lang.Object
net.i2p.data.DataStructureImpl
net.i2p.data.KeysAndCert
net.i2p.data.RouterIdentity
- All Implemented Interfaces:
- DataStructure
public class RouterIdentity
- extends KeysAndCert
Defines the unique identifier of a router, including any certificate or
public key.
- Author:
- jrandom
Method Summary |
boolean |
isHidden()
This router specified that they should not be used as a part of a tunnel,
nor queried for the netDb, and that disclosure of their contact information
should be limited. |
Methods inherited from class net.i2p.data.KeysAndCert |
calculateHash, equals, getCertificate, getHash, getPublicKey, getSigningPublicKey, hashCode, readBytes, setCertificate, setPublicKey, setSigningPublicKey, toString, writeBytes |
RouterIdentity
public RouterIdentity()
isHidden
public boolean isHidden()
- This router specified that they should not be used as a part of a tunnel,
nor queried for the netDb, and that disclosure of their contact information
should be limited.