|
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.history.logentry.HistoryEvent
org.mpisws.p2p.transport.peerreview.history.logentry.EvtSign
public class EvtSign
| Field Summary | |
|---|---|
byte[] |
hTopMinusOne
|
byte[] |
signature
|
| Fields inherited from interface org.mpisws.p2p.transport.peerreview.StatusConstants |
|---|
STATUS_EXPOSED, STATUS_SUSPECTED, STATUS_TRUSTED |
| Constructor Summary | |
|---|---|
EvtSign(byte[] hTopMinusOne,
byte[] signature)
|
|
EvtSign(InputBuffer buf,
int hashSize,
int signatureSize)
|
|
| Method Summary | |
|---|---|
short |
getType()
|
void |
serialize(OutputBuffer buf)
|
| Methods inherited from class org.mpisws.p2p.transport.peerreview.history.logentry.HistoryEvent |
|---|
serialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public byte[] hTopMinusOne
public byte[] signature
| Constructor Detail |
|---|
public EvtSign(byte[] hTopMinusOne,
byte[] signature)
public EvtSign(InputBuffer buf,
int hashSize,
int signatureSize)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public short getType()
getType in class HistoryEvent
public void serialize(OutputBuffer buf)
throws java.io.IOException
serialize in class HistoryEventjava.io.IOException
|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||