|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogSnippet | |
---|---|
org.mpisws.p2p.transport.peerreview.audit | |
org.mpisws.p2p.transport.peerreview.evidence | |
org.mpisws.p2p.transport.peerreview.history |
Uses of LogSnippet in org.mpisws.p2p.transport.peerreview.audit |
---|
Methods in org.mpisws.p2p.transport.peerreview.audit with parameters of type LogSnippet | |
---|---|
Tuple<java.lang.Integer,Identifier> |
EvidenceTool.checkSnippet(LogSnippet snippet)
|
Tuple<java.lang.Integer,Identifier> |
EvidenceToolImpl.checkSnippet(LogSnippet snippet)
1) is the log snippet well-formed, i.e. |
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 LogSnippet in org.mpisws.p2p.transport.peerreview.evidence |
---|
Fields in org.mpisws.p2p.transport.peerreview.evidence declared as LogSnippet | |
---|---|
LogSnippet |
ProofInconsistent.snippet
|
LogSnippet |
ProofNonconformant.snippet
|
Methods in org.mpisws.p2p.transport.peerreview.evidence that return LogSnippet | |
---|---|
LogSnippet |
AuditResponse.getLogSnippet()
|
Constructors in org.mpisws.p2p.transport.peerreview.evidence with parameters of type LogSnippet | |
---|---|
AuditResponse(Handle logOwner,
LogSnippet logSnippet)
|
|
ProofInconsistent(Authenticator auth1,
Authenticator auth2,
LogSnippet snippet)
|
|
ProofNonconformant(Authenticator to,
Handle myHandle,
LogSnippet snippet)
|
Uses of LogSnippet in org.mpisws.p2p.transport.peerreview.history |
---|
Methods in org.mpisws.p2p.transport.peerreview.history that return LogSnippet | |
---|---|
LogSnippet |
SecureHistory.serializeRange(long idxFrom,
long idxTo,
HashPolicy hashPolicy)
Serialize a given range of entries, and write the result to the specified file. |
LogSnippet |
SecureHistoryImpl.serializeRange(long idxFrom,
long idxTo,
HashPolicy hashPolicy)
Serialize a given range of entries, and write the result to the specified file. |
Methods in org.mpisws.p2p.transport.peerreview.history with parameters of type LogSnippet | |
---|---|
void |
SecureHistory.appendSnippetToHistory(LogSnippet snippet)
|
void |
SecureHistoryImpl.appendSnippetToHistory(LogSnippet snippet)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |