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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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()