public class UDPPacketReader.RelayRequestReader extends UDPPacketReader.Reader
Constructor | Description |
---|---|
RelayRequestReader() |
Modifier and Type | Method | Description |
---|---|---|
void |
readAliceIntroKey(byte[] target,
int targetOffset) |
|
int |
readChallengeSize() |
unused
|
void |
readChallengeSize(byte[] target,
int targetOffset) |
unused
|
void |
readIP(byte[] target,
int targetOffset) |
what IP Alice is reachable on
|
int |
readIPSize() |
|
long |
readNonce() |
|
int |
readPort() |
|
long |
readTag() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readExtendedOptions
public long readTag()
public int readIPSize()
public void readIP(byte[] target, int targetOffset)
public int readPort()
public int readChallengeSize()
public void readChallengeSize(byte[] target, int targetOffset)
public void readAliceIntroKey(byte[] target, int targetOffset)
public long readNonce()