Uses of Interface
org.mpisws.p2p.transport.peerreview.commitment.CommitmentProtocol

Packages that use CommitmentProtocol
org.mpisws.p2p.transport.peerreview   
org.mpisws.p2p.transport.peerreview.audit   
org.mpisws.p2p.transport.peerreview.challenge   
org.mpisws.p2p.transport.peerreview.commitment   
 

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 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. after an investigation)
 boolean EvidenceTool.checkSnippetSignatures(LogSnippet snippet, Handle subjectHandle, AuthenticatorStore<Identifier> authStoreOrNull, byte flags, CommitmentProtocol<Handle,Identifier> commitmentProtocol, byte[] keyNodeHash, long keyNodeMaxSeq)
           
 

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>
           
 



Copyright © 2010. All Rights Reserved.