class NextSessionKey
extends net.i2p.data.PublicKey
| Constructor and Description |
|---|
NextSessionKey(byte[] data,
int id,
boolean isReverse,
boolean isRequest) |
NextSessionKey(int id,
boolean isReverse,
boolean isRequest)
Null data, for acks/requests only.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getID() |
int |
hashCode() |
boolean |
isRequest() |
boolean |
isReverse() |
String |
toString() |
clearCache, create, create, getPadding, getType, getUnknownTypeCode, length, toTypedKeypublic NextSessionKey(byte[] data,
int id,
boolean isReverse,
boolean isRequest)
data - non-nullpublic NextSessionKey(int id,
boolean isReverse,
boolean isRequest)
public int getID()
public boolean isReverse()
public boolean isRequest()
public int hashCode()
hashCode in class net.i2p.data.PublicKeypublic boolean equals(Object obj)
equals in class net.i2p.data.PublicKeypublic String toString()
toString in class net.i2p.data.PublicKey