public static interface ExitList.Entry
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Long> |
getExitAddresses()
Return the IP addresses that were determined in the scan with map
keys being IPv4 addresses in dotted-quad format and map values
being scan times in milliseconds since the epoch.
|
java.lang.String |
getFingerprint()
Return the scanned relay's fingerprint, which is a SHA-1 digest of
the relays's public identity key, encoded as 40 upper-case
hexadecimal characters.
|
long |
getLastStatusMillis()
Return the time in milliseconds since the epoch when the network
status that this scan was based on was published.
|
long |
getPublishedMillis()
Return the time in milliseconds since the epoch when the scanned
relay's last known descriptor was published.
|
java.lang.String getFingerprint()
long getPublishedMillis()
long getLastStatusMillis()
java.util.Map<java.lang.String,java.lang.Long> getExitAddresses()