ostore.rp
Class InnerRingKeyRespMsg

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

public class InnerRingKeyRespMsg
extends DDRouteMsg
implements QuickSerializable

Version:
$Id: InnerRingKeyRespMsg.java,v 1.9 2004/05/13 20:16:49 hweather Exp $
Author:
Patrick R. Eaton

Field Summary
 
Fields inherited from class dd.api.DDRouteMsg
dd_intermediate_upcall, hopCount, inbound, one_hop, peer, recursive_route, TTL
 
Constructor Summary
InnerRingKeyRespMsg(InputBuffer buffer)
           
InnerRingKeyRespMsg(SecureHash dst, SecureHash aguid, QSPublicKey ir_pkey, boolean recursive, boolean dd_intermediate_upcall, boolean one_hop)
           
 
Method Summary
 SecureHash getAguid()
           
 QSPublicKey getIRKey()
           
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InnerRingKeyRespMsg

public InnerRingKeyRespMsg(SecureHash dst,
                           SecureHash aguid,
                           QSPublicKey ir_pkey,
                           boolean recursive,
                           boolean dd_intermediate_upcall,
                           boolean one_hop)

InnerRingKeyRespMsg

public InnerRingKeyRespMsg(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

getAguid

public SecureHash getAguid()

getIRKey

public QSPublicKey getIRKey()