| Modifier and Type | Method and Description |
|---|---|
Timestamp |
ConsensusDocument.getFreshUntilTime() |
Timestamp |
KeyCertificate.getKeyExpiryTime()
Return the time after which this document and signing key are
no longer valid.
|
Timestamp |
KeyCertificate.getKeyPublishedTime()
Return the time when this document and corresponding keys were
generated.
|
Timestamp |
RouterStatus.getPublicationTime() |
Timestamp |
RouterDescriptor.getPublishedTime()
Return the time this descriptor was generated.
|
Timestamp |
ConsensusDocument.getValidAfterTime() |
Timestamp |
ConsensusDocument.getValidUntilTime() |
| Modifier and Type | Method and Description |
|---|---|
static Timestamp |
Timestamp.createFromDateAndTimeString(String dateAndTime) |
Timestamp |
BandwidthHistory.getReportingTime() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Timestamp.isBefore(Timestamp ts) |
| Constructor and Description |
|---|
BandwidthHistory(Timestamp reportingTime,
int reportingInterval) |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
DirectoryAuthorityStatus.getPublicationTime() |
Timestamp |
DocumentFieldParserImpl.parseTimestamp() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
KeyCertificateImpl.getKeyExpiryTime() |
Timestamp |
KeyCertificateImpl.getKeyPublishedTime() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
ConsensusDocumentImpl.getFreshUntilTime() |
Timestamp |
RouterStatusImpl.getPublicationTime() |
Timestamp |
ConsensusDocumentImpl.getValidAfterTime() |
Timestamp |
ConsensusDocumentImpl.getValidUntilTime() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
DocumentFieldParser.parseTimestamp()
Extract the next two arguments and parse as a timestamp field.
|
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
RouterDescriptorImpl.getPublishedTime() |
Copyright © 2015. All rights reserved.