public interface ConsensusDocument extends Document
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConsensusDocument.ConsensusFlavor |
static interface |
ConsensusDocument.RequiredCertificate |
static class |
ConsensusDocument.SignatureStatus |
| Modifier and Type | Method and Description |
|---|---|
int |
getBandwidthWeight(String tag) |
int |
getCircWindowParameter() |
Set<String> |
getClientVersions() |
int |
getConsensusMethod() |
int |
getDistSeconds() |
ConsensusDocument.ConsensusFlavor |
getFlavor() |
Timestamp |
getFreshUntilTime() |
Set<ConsensusDocument.RequiredCertificate> |
getRequiredCertificates() |
List<RouterStatus> |
getRouterStatusEntries() |
Set<String> |
getServerVersions() |
HexDigest |
getSigningHash() |
HexDigest |
getSigningHash256() |
boolean |
getUseNTorHandshake() |
Timestamp |
getValidAfterTime() |
Timestamp |
getValidUntilTime() |
int |
getVoteSeconds() |
int |
getWeightScaleParameter() |
boolean |
isLive() |
ConsensusDocument.SignatureStatus |
verifySignatures() |
getRawDocumentBytes, getRawDocumentData, isValidDocumentConsensusDocument.ConsensusFlavor getFlavor()
Timestamp getValidAfterTime()
Timestamp getFreshUntilTime()
Timestamp getValidUntilTime()
int getConsensusMethod()
int getVoteSeconds()
int getDistSeconds()
boolean isLive()
List<RouterStatus> getRouterStatusEntries()
ConsensusDocument.SignatureStatus verifySignatures()
Set<ConsensusDocument.RequiredCertificate> getRequiredCertificates()
HexDigest getSigningHash()
HexDigest getSigningHash256()
int getCircWindowParameter()
int getWeightScaleParameter()
int getBandwidthWeight(String tag)
boolean getUseNTorHandshake()
Copyright © 2015. All rights reserved.