public static class MessageWrapper.OneTimeSession extends Object
| Modifier and Type | Field and Description |
|---|---|
net.i2p.data.SessionKey |
key
ElG or ratchet
|
RatchetSessionTag |
rtag
non-null for ratchet
|
net.i2p.data.SessionTag |
tag
non-null for ElG
|
| Constructor and Description |
|---|
OneTimeSession(net.i2p.data.SessionKey key,
RatchetSessionTag tag) |
OneTimeSession(net.i2p.data.SessionKey key,
net.i2p.data.SessionTag tag) |
public final net.i2p.data.SessionKey key
public final net.i2p.data.SessionTag tag
public final RatchetSessionTag rtag
public OneTimeSession(net.i2p.data.SessionKey key,
net.i2p.data.SessionTag tag)
public OneTimeSession(net.i2p.data.SessionKey key,
RatchetSessionTag tag)