| Package | Description |
|---|---|
| anon.mixminion | |
| anon.mixminion.message | |
| anon.mixminion.mmrdescription |
| Modifier and Type | Field and Description |
|---|---|
private MMRDescription |
FirstMMRConnection.m_description |
| Modifier and Type | Method and Description |
|---|---|
MMRDescription |
FirstMMRConnection.getMMRDescription()
returns the description of the onion router
|
| Constructor and Description |
|---|
FirstMMRConnection(MMRDescription d,
Mixminion a_Mixminion)
constructor
creates a FOR from the description
|
| Modifier and Type | Method and Description |
|---|---|
private boolean |
Message.sendToMixMinionServer(byte[] message,
MMRDescription description)
Send a message to the specified MMR
|
| Modifier and Type | Method and Description |
|---|---|
MMRDescription |
MMRList.getByName(java.lang.String name)
gets an Mixminion router by it's name
|
MMRDescription |
MMRList.getByRandom()
selects a MMR randomly
|
MMRDescription |
MMRList.getByRandom(java.util.Vector allowedNames)
selects a MMR randomly from a given list of allowed OR names
|
MMRDescription |
MMRList.getMMRDescription(java.lang.String name)
returns a MMRDescription to the given MMRName
|
static MMRDescription |
MMRDescription.parse(java.io.LineNumberReader reader)
Tries to parse an router specification according to the desing document.
|
Copyright © 2023. All rights reserved.