|
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.message.AuthResponse<Identifier>
Identifier - public class AuthResponse<Identifier extends RawSerializable>
MSG_AUTHRESP byte type = MSG_AUTHRESP nodeID subject authenticator a1 // newest authenticator before timestamp in AUTHREQ authenticator a2 // most recent authenticator
| Field Summary | |
|---|---|
Authenticator |
authFrom
|
Authenticator |
authTo
|
Identifier |
subject
|
| Fields inherited from interface org.mpisws.p2p.transport.peerreview.StatusConstants |
|---|
STATUS_EXPOSED, STATUS_SUSPECTED, STATUS_TRUSTED |
| Constructor Summary | |
|---|---|
AuthResponse(Identifier subject,
Authenticator authFrom,
Authenticator authTo)
|
|
AuthResponse(InputBuffer buf,
Serializer<Identifier> serializer,
int hashSize,
int signatureSize)
|
|
| Method Summary | |
|---|---|
short |
getType()
|
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 Identifier extends RawSerializable subject
public Authenticator authFrom
public Authenticator authTo
| Constructor Detail |
|---|
public AuthResponse(Identifier subject,
Authenticator authFrom,
Authenticator authTo)
public AuthResponse(InputBuffer buf,
Serializer<Identifier> serializer,
int hashSize,
int signatureSize)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public short getType()
getType in interface PeerReviewMessage
public void serialize(OutputBuffer buf)
throws java.io.IOException
serialize in interface RawSerializablejava.io.IOException
|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||