| Package | Description |
|---|---|
| com.subgraph.orchid | |
| com.subgraph.orchid.directory | |
| com.subgraph.orchid.directory.certificate | |
| com.subgraph.orchid.directory.consensus | |
| com.subgraph.orchid.directory.router |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConsensusDocument |
interface |
Descriptor |
interface |
KeyCertificate
This class represents a key certificate document as specified in
dir-spec.txt (section 3.1).
|
interface |
RouterDescriptor
Directory information about a single onion router.
|
interface |
RouterMicrodescriptor |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryStore.writeDocument(DirectoryStore.CacheFile cacheFile,
Document document) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryStore.appendDocumentList(DirectoryStore.CacheFile cacheFile,
List<? extends Document> documents) |
void |
DirectoryStore.writeDocumentList(DirectoryStore.CacheFile cacheFile,
List<? extends Document> documents) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryStoreImpl.writeDocument(DirectoryStore.CacheFile cacheFile,
Document document) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryStoreImpl.appendDocumentList(DirectoryStore.CacheFile cacheFile,
List<? extends Document> documents) |
void |
DirectoryStoreFile.appendDocuments(List<? extends Document> documents) |
void |
DirectoryStoreImpl.writeDocumentList(DirectoryStore.CacheFile cacheFile,
List<? extends Document> documents) |
void |
DirectoryStoreFile.writeDocuments(List<? extends Document> documents) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyCertificateImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsensusDocumentImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
RouterDescriptorImpl |
class |
RouterMicrodescriptorImpl |
Copyright © 2015. All rights reserved.