Rice Pastry API

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

Packages that use SecureHistory
org.mpisws.p2p.testing.transportlayer.replay   
org.mpisws.p2p.transport.peerreview   
org.mpisws.p2p.transport.peerreview.history   
org.mpisws.p2p.transport.peerreview.history.reader   
org.mpisws.p2p.transport.peerreview.replay   
org.mpisws.p2p.transport.peerreview.replay.playback   
 

Uses of SecureHistory in org.mpisws.p2p.testing.transportlayer.replay
 

Methods in org.mpisws.p2p.testing.transportlayer.replay with parameters of type SecureHistory
 java.lang.String MyEntryDeserializer.read(IndexEntry ie, SecureHistory history)
           
 

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

Fields in org.mpisws.p2p.transport.peerreview declared as SecureHistory
protected  SecureHistory Verifier.history
           
 

Constructors in org.mpisws.p2p.transport.peerreview with parameters of type SecureHistory
Verifier(IdentifierSerializer<Identifier> serializer, HashProvider hashProv, SecureHistory history, Identifier localHandle, short signatureSizeBytes, short hashSizeBytes, int firstEntryToReplay, Logger logger)
           
 

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)
          Creates a new history (aka log).
 SecureHistory SecureHistoryFactoryImpl.create(java.lang.String name, long baseSeq, Hash baseHash)
          Creates a new history (aka log).
 SecureHistory SecureHistoryFactory.open(java.lang.String name, java.lang.String mode)
           
 SecureHistory SecureHistoryFactoryImpl.open(java.lang.String name, java.lang.String mode)
          Opens an existing history (aka log).
 

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

Methods in org.mpisws.p2p.transport.peerreview.history.reader with parameters of type SecureHistory
 java.lang.String EntryDeserializer.read(IndexEntry ie, SecureHistory history)
           
 

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

Methods in org.mpisws.p2p.transport.peerreview.replay with parameters of type SecureHistory
 java.lang.String BasicEntryDeserializer.read(IndexEntry ie, SecureHistory history)
           
 

Uses of SecureHistory in org.mpisws.p2p.transport.peerreview.replay.playback
 

Constructors in org.mpisws.p2p.transport.peerreview.replay.playback with parameters of type SecureHistory
ReplayLayer(IdentifierSerializer<Identifier> serializer, HashProvider hashProv, SecureHistory history, Identifier localHandle, Environment environment)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection