class SingleTagSet extends RatchetTagSet
_key, DEBUG_IB_NSR, DEBUG_OB_NSR, DEBUG_SINGLE_ES| Constructor and Description |
|---|
SingleTagSet(SessionTagListener lsnr,
net.i2p.data.SessionKey key,
RatchetSessionTag tag,
long date,
long timeout)
For outbound Existing Session
|
| Modifier and Type | Method and Description |
|---|---|
SessionKeyAndNonce |
consume(RatchetSessionTag tag)
inbound only
|
int |
remaining()
tags remaining
|
int |
size()
unused tags generated
|
String |
toString() |
clear, consumeNext, consumeNextKey, getAcked, getAssociatedKey, getCreated, getDate, getDebugID, getExpiration, getHandshakeState, getID, getNextKey, getNextKeys, getNextRootKey, getRemoteKey, getTimeout, setDatepublic SingleTagSet(SessionTagListener lsnr, net.i2p.data.SessionKey key, RatchetSessionTag tag, long date, long timeout)
public int size()
RatchetTagSetsize in class RatchetTagSetpublic int remaining()
RatchetTagSetremaining in class RatchetTagSetpublic SessionKeyAndNonce consume(RatchetSessionTag tag)
RatchetTagSetconsume in class RatchetTagSetpublic String toString()
toString in class RatchetTagSet