public class ReplyMessage extends ReplyImplementation
| Modifier and Type | Field and Description |
|---|---|
private int |
m_hops |
private byte[][] |
m_message_parts |
private MMRList |
m_mmrlist |
private java.util.Vector |
m_replyblocks |
private java.util.Vector |
m_start_server |
| Constructor and Description |
|---|
ReplyMessage(byte[][] message_parts,
int hops,
java.util.Vector replyblocks,
MMRList mmrlist)
Concrete Implementation of ReplyImplementation
builds a repliable message with a ReplyBlock as second Header
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
buildMessage() |
java.util.Vector |
getStartServers()
returns a Vector with the MMRDescriptions of the first Server of every ready_to send_message
|
private MMRList m_mmrlist
private int m_hops
private byte[][] m_message_parts
private java.util.Vector m_replyblocks
private java.util.Vector m_start_server
public ReplyMessage(byte[][] message_parts,
int hops,
java.util.Vector replyblocks,
MMRList mmrlist)
message_parts - hops - Amount of Nodes in the Mix Chainreplyblock - mmrlist - public java.util.Vector buildMessage()
buildMessage in class ReplyImplementationpublic java.util.Vector getStartServers()
getStartServers in class ReplyImplementationCopyright © 2023. All rights reserved.