|
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.ChallengeAudit
public class ChallengeAudit
CHAL_AUDIT byte type byte flags // 1=includePrevCheckpoint 2=fullMessagesToSender 4=fullMessagesAll [bitfield] authenticator from authenticator to
Field Summary | |
---|---|
byte |
flags
|
Authenticator |
from
|
Authenticator |
to
|
byte |
type
|
static short |
TYPE
|
Constructor Summary | |
---|---|
ChallengeAudit(InputBuffer buf,
int hashSize,
int signatureSize)
|
Method Summary | |
---|---|
short |
getEvidenceType()
|
void |
serialize(OutputBuffer buf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short TYPE
public byte type
public byte flags
public Authenticator from
public Authenticator to
Constructor Detail |
---|
public ChallengeAudit(InputBuffer buf, int hashSize, int signatureSize) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public short getEvidenceType()
getEvidenceType
in interface Evidence
public void serialize(OutputBuffer buf) throws java.io.IOException
serialize
in interface Evidence
java.io.IOException
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |