| Interface and Description |
|---|
| org.torproject.descriptor.ExitListEntry
Superseded by
ExitList.Entry. |
| Method and Description |
|---|
| org.torproject.descriptor.RelayNetworkStatusConsensus.getDirectorySignatures()
Replaced by
RelayNetworkStatusConsensus.getSignatures() which permits an
arbitrary number of signatures made by an authority using the
same identity key digest and different algorithms. |
| org.torproject.descriptor.RelayNetworkStatusVote.getDirectorySignatures()
Replaced by
RelayNetworkStatusVote.getSignatures() which permits an
arbitrary number of signatures made by the authority using the
same identity key digest and different algorithms. |
| org.torproject.descriptor.ExitList.getExitListEntries()
The
ExitListEntry type has been deprecated and
superseded by ExitList.Entry which is returned by
ExitList.getEntries(). |
| org.torproject.descriptor.RelayNetworkStatusVote.getSigningKeyDigest()
Removed in order to be more explicit that authorities may
use different digest algorithms than "sha1"; see
RelayNetworkStatusVote.getSignatures() and
DirectorySignature.getSigningKeyDigest() for
alternatives. |