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)
|
hashEntry
boolean hashEntry(short type,
byte[] content)
Copyright © 2001-2005 - Rice Pastry.