ostore.rp
Class InnerRingCreateRespMsg
java.lang.Object
|
+--dd.api.DDRouteMsg
|
+--dd.api.DDMacRouteMsg
|
+--ostore.rp.InnerRingCreateRespMsg
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class InnerRingCreateRespMsg
- extends DDMacRouteMsg
A certificate identifying the current members of the inner ring.
- Version:
- $Id: InnerRingCreateRespMsg.java,v 1.11 2004/05/13 20:16:49 hweather Exp $
- Author:
- Sean C. Rhea
initial_seq
public long initial_seq
initial_timestamp
public QSDate initial_timestamp
ring_public_key
public QSPublicKey ring_public_key
InnerRingCreateRespMsg
public InnerRingCreateRespMsg(SecureHash dest,
long initial_seq,
QSDate initial_timestamp,
QSPublicKey ring_public_key,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop)
InnerRingCreateRespMsg
public InnerRingCreateRespMsg(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Overrides:
serialize
in class DDRouteMsg
- Parameters:
buffer
- the output buffer to add the object to
toString
public String toString()
- Overrides:
toString
in class Object