ePOST API

rice.email
Class EmailDataReference

java.lang.Object
  extended by rice.post.storage.ContentHashReference
      extended by rice.email.EmailDataReference
All Implemented Interfaces:
java.io.Serializable

public class EmailDataReference
extends ContentHashReference

This class serves as a reference to a PostObject stored in the Post system. This class knows both the location in the network and the encryption key of the corresponding PostData object.

Author:
Alan Mislove
See Also:
Serialized Form

Constructor Summary
protected EmailDataReference(Id[] location, byte[][] key)
          Contructs an EmailDataReference object given the address and encryption key of the object.
 
Method Summary
 
Methods inherited from class rice.post.storage.ContentHashReference
equals, getKeys, getLocations, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmailDataReference

protected EmailDataReference(Id[] location,
                             byte[][] key)
Contructs an EmailDataReference object given the address and encryption key of the object.

Parameters:
location - The location in PAST of the PostData object
key - The encryption key of the PostData object

ePOST API

Copyright © 2001-2005 - Rice Pastry.