ostore.security
Class SignedQSTree.Root

java.lang.Object
  |
  +--ostore.security.SignedQSTree.Root
All Implemented Interfaces:
QuickSerializable
Enclosing class:
SignedQSTree

public static class SignedQSTree.Root
extends Object
implements QuickSerializable


Constructor Summary
SignedQSTree.Root(InputBuffer buffer)
           
 
Method Summary
 boolean equals(Object rhs)
           
 int hashCode()
           
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedQSTree.Root

public SignedQSTree.Root(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
Parameters:
buffer - the output buffer to add the object to

equals

public boolean equals(Object rhs)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object