public class RouterIdentity extends KeysAndCert
_certificate, _paddingBlocks, _publicKey, _signingKey| Constructor and Description |
|---|
RouterIdentity() |
| Modifier and Type | Method and Description |
|---|---|
boolean | equals(Object o)Compares this KeysAndCert with another object for equality. |
int | hashCode()the signing key has enough randomness in it to use it by itself for speed |
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. |
calculateHash, combinePadding, getCertificate, getEncType, getHash, getPadding, getPublicKey, getSigningPublicKey, getSigType, isCompressible, readBytes, setCertificate, setPadding, setPublicKey, setSigningPublicKey, toString, writeBytes, writePaddingBytesfromBase64, fromByteArray, read, toBase64, toByteArraypublic boolean equals(Object o)
KeysAndCertequals in class KeysAndCertpublic int hashCode()
KeysAndCerthashCode in class KeysAndCertpublic boolean isHidden()