Uses of Interface
org.torproject.descriptor.DirectorySignature
| Package | Description |
|---|---|
| org.torproject.descriptor |
Interfaces and essential classes for obtaining and processing Tor
descriptors.
|
-
Uses of DirectorySignature in org.torproject.descriptor
Methods in org.torproject.descriptor that return types with arguments of type DirectorySignature Modifier and Type Method Description 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.