Modifier and Type | Method and Description |
---|---|
java.util.SortedMap<java.lang.String,DirectorySignature> |
RelayNetworkStatusConsensus.getDirectorySignatures()
Deprecated.
Replaced by
RelayNetworkStatusConsensus.getSignatures() which permits an
arbitrary number of signatures made by an authority using the
same identity key digest and different algorithms. |
java.util.SortedMap<java.lang.String,DirectorySignature> |
RelayNetworkStatusVote.getDirectorySignatures()
Deprecated.
Replaced by
RelayNetworkStatusVote.getSignatures() which permits an
arbitrary number of signatures made by the authority using the
same identity key digest and different algorithms. |
java.util.List<DirectorySignature> |
RelayNetworkStatusConsensus.getSignatures()
Return the list of signatures contained in this consensus.
|
java.util.List<DirectorySignature> |
RelayNetworkStatusVote.getSignatures()
Return a list of signatures contained in this vote, which is
typically a single signature made by the authority but which may also
be more than one signature made with different keys or algorithms.
|