|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mpisws.p2p.transport.peerreview.evidence.ProofInconsistent
public class ProofInconsistent
PROOF_INCONSISTENT byte type = PROOF_INCONSISTENT authenticator auth1 char whichInconsistency // 0=another auth, 1=a log snippet ----------------------- authenticator auth2 // if whichInconsistency==0 ----------------------- long long firstSeq // if whichInconsistency==1 hash baseHash [entries]
Field Summary | |
---|---|
static byte |
ANOTHER_AUTH
|
static byte |
LOG_SNIPPET
|
Constructor Summary | |
---|---|
ProofInconsistent(Authenticator auth1,
Authenticator auth2)
|
Method Summary | |
---|---|
byte |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte ANOTHER_AUTH
public static final byte LOG_SNIPPET
Constructor Detail |
---|
public ProofInconsistent(Authenticator auth1, Authenticator auth2)
Method Detail |
---|
public byte getType()
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |