ostore.rp
Class InnerRingCreateReqMsg

java.lang.Object
  |
  +--dd.api.DDRouteMsg
        |
        +--dd.api.DDMacRouteMsg
              |
              +--ostore.rp.InnerRingCreateReqMsg
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class InnerRingCreateReqMsg
extends DDMacRouteMsg

A certificate identifying the current members of the inner ring.

Version:
$Id: InnerRingCreateReqMsg.java,v 1.15 2004/05/13 20:16:49 hweather Exp $
Author:
Sean C. Rhea

Field Summary
 long initial_seq
           
 QSDate initial_timestamp
           
 QSPublicKey[] member_public_keys
           
 KeyShare private_key_share
           
 QSPublicKey ring_public_key
           
 
Fields inherited from class dd.api.DDRouteMsg
dd_intermediate_upcall, hopCount, inbound, one_hop, peer, recursive_route, TTL
 
Constructor Summary
InnerRingCreateReqMsg(InputBuffer buffer)
           
InnerRingCreateReqMsg(SecureHash dest, long initial_seq, QSDate initial_timestamp, QSPublicKey ring_public_key, QSPublicKey[] member_public_keys, KeyShare private_key_share, boolean recursive, boolean dd_intermediate_upcall, boolean one_hop)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

initial_seq

public long initial_seq

initial_timestamp

public QSDate initial_timestamp

ring_public_key

public QSPublicKey ring_public_key

member_public_keys

public QSPublicKey[] member_public_keys

private_key_share

public KeyShare private_key_share
Constructor Detail

InnerRingCreateReqMsg

public InnerRingCreateReqMsg(SecureHash dest,
                             long initial_seq,
                             QSDate initial_timestamp,
                             QSPublicKey ring_public_key,
                             QSPublicKey[] member_public_keys,
                             KeyShare private_key_share,
                             boolean recursive,
                             boolean dd_intermediate_upcall,
                             boolean one_hop)

InnerRingCreateReqMsg

public InnerRingCreateReqMsg(InputBuffer buffer)
                      throws QSException
Method Detail

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