Rice Pastry API

Uses of Interface
org.mpisws.p2p.transport.peerreview.history.SecureHistory

Packages that use SecureHistory
org.mpisws.p2p.transport.peerreview.history   
 

Uses of SecureHistory in org.mpisws.p2p.transport.peerreview.history
 

Classes in org.mpisws.p2p.transport.peerreview.history that implement SecureHistory
 class SecureHistoryImpl
          The following class implements PeerReview's log.
 

Methods in org.mpisws.p2p.transport.peerreview.history that return SecureHistory
 SecureHistory SecureHistoryFactory.create(java.lang.String name, long baseSeq, Hash baseHash, HashProvider hashProv)
          Creates a new history (aka log).
 SecureHistory SecureHistoryFactoryImpl.create(java.lang.String name, long baseSeq, Hash baseHash, HashProvider hashProv)
          Creates a new history (aka log).
 SecureHistory SecureHistoryFactory.open(java.lang.String name, java.lang.String mode, HashProvider hashProv)
           
 SecureHistory SecureHistoryFactoryImpl.open(java.lang.String name, java.lang.String mode, HashProvider hashProv)
          Opens an existing history (aka log).
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.