Rice Pastry API

org.mpisws.p2p.transport.peerreview.history
Interface HashPolicy

All Known Implementing Classes:
ChallengeHashPolicy

public interface HashPolicy

Policy given to a SecureHistory to tell it which event types to hash when serializing a sequence of events. For example, such a policy might tell the SecureHistory to hash all SEND and SENDSIGN events, plus all CHECKPOINT events except for the first one.


Method Summary
 boolean hashEntry(short type, byte[] content)
           
 

Method Detail

hashEntry

boolean hashEntry(short type,
                  byte[] content)

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection