|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CommitmentProtocol in org.mpisws.p2p.transport.peerreview |
---|
Fields in org.mpisws.p2p.transport.peerreview declared as CommitmentProtocol | |
---|---|
protected CommitmentProtocol<Handle,Identifier> |
PeerReviewImpl.commitmentProtocol
|
Uses of CommitmentProtocol in org.mpisws.p2p.transport.peerreview.audit |
---|
Methods in org.mpisws.p2p.transport.peerreview.audit with parameters of type CommitmentProtocol | |
---|---|
boolean |
EvidenceTool.checkSnippetSignatures(LogSnippet snippet,
Handle subjectHandle,
AuthenticatorStore<Identifier> authStoreOrNull,
byte flags,
CommitmentProtocol<Handle,Identifier> commitmentProtocol,
byte[] keyNodeHash,
long keyNodeMaxSeq)
|
boolean |
EvidenceToolImpl.checkSnippetSignatures(LogSnippet snippet,
Handle subjectHandle,
AuthenticatorStore<Identifier> authStoreOrNull,
byte flags,
CommitmentProtocol<Handle,Identifier> commitmentProtocol,
byte[] keyNodeHash,
long keyNodeMaxSeq)
The following method does several things: It verifies all the signatures in a log snippet, it extracts all the authenticators for later forwarding to the corresponding witnesses, and it delivers any new messages to the local node that may be in the snippet (e.g. |
Uses of CommitmentProtocol in org.mpisws.p2p.transport.peerreview.challenge |
---|
Constructors in org.mpisws.p2p.transport.peerreview.challenge with parameters of type CommitmentProtocol | |
---|---|
ChallengeResponseProtocolImpl(PeerReviewImpl<Handle,Identifier> peerReviewImpl,
IdentityTransport<Handle,Identifier> transport,
PeerInfoStore<Handle,Identifier> infoStore,
SecureHistory history,
AuthenticatorStore<Identifier> authOutStore,
AuditProtocol<Handle,Identifier> auditProtocol,
CommitmentProtocol<Handle,Identifier> commitmentProtocol)
|
Uses of CommitmentProtocol in org.mpisws.p2p.transport.peerreview.commitment |
---|
Classes in org.mpisws.p2p.transport.peerreview.commitment that implement CommitmentProtocol | |
---|---|
class |
CommitmentProtocolImpl<Handle extends RawSerializable,Identifier extends RawSerializable>
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |