ePOST API

Uses of Class
rice.post.storage.SignedReference

Packages that use SignedReference
rice.email   
rice.post.log   
rice.post.storage   
 

Uses of SignedReference in rice.email
 

Methods in rice.email that return SignedReference
 SignedReference EmailData.buildSignedReference(Id location)
          This method dynamically builds an appropriate SignedReference for this type of PostData given a location.
 SignedReference SnapShot.buildSignedReference(Id location)
          This method dynamically builds an appropriate SignedReference for this type of PostData given a location.
 

Uses of SignedReference in rice.post.log
 

Subclasses of SignedReference in rice.post.log
 class LogReference
          This class serves as a reference to a Log stored in the Post system.
 

Methods in rice.post.log that return SignedReference
 SignedReference Log.buildSignedReference(Id location)
          Builds a LogReference object to this log, given a location.
 SignedReference LogEntry.buildSignedReference(Id location)
          This method is not supported (you CAN NOT store a log entry as a public-key signed block).
 

Uses of SignedReference in rice.post.storage
 

Methods in rice.post.storage that return SignedReference
 SignedReference GroupData.buildSignedReference(Id location)
          This method dynamically builds an appropriate SignedReference for this type of PostData given a location.
 SignedReference PostData.buildSignedReference(Id location)
          This method dynamically builds an appropriate SignedReference for this type of PostData given a location.
 

Methods in rice.post.storage with parameters of type SignedReference
 void StorageService.retrieveAllSigned(SignedReference reference, Continuation command)
          This method retrieves a previously-stored block from PAST which was signed using the private key.
 void StorageService.retrieveAndVerifySigned(SignedReference reference, Continuation command)
          This method retrieves a previously-stored private-key signed block from PAST.
 void StorageService.retrieveAndVerifySigned(SignedReference reference, java.security.PublicKey publicKey, Continuation command)
          This method retrieves a previously-stored block from PAST which was signed using the private key matching the given public key.
 void StorageService.retrieveSigned(SignedReference reference, Continuation command)
          This method retrieves a previously-stored block from PAST which was signed using the private key.
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.