class RatchetEntry extends Object
Modifier and Type | Field and Description |
---|---|
SessionKeyAndNonce |
key |
int |
keyID |
NextSessionKey |
nextKey |
int |
pn |
RatchetSessionTag |
tag |
Constructor and Description |
---|
RatchetEntry(RatchetSessionTag tag,
SessionKeyAndNonce key,
int keyID,
int pn)
outbound - calculated key
|
RatchetEntry(RatchetSessionTag tag,
SessionKeyAndNonce key,
int keyID,
int pn,
NextSessionKey nextKey) |
public final RatchetSessionTag tag
public final SessionKeyAndNonce key
public final int keyID
public final int pn
public final NextSessionKey nextKey
public RatchetEntry(RatchetSessionTag tag, SessionKeyAndNonce key, int keyID, int pn)
public RatchetEntry(RatchetSessionTag tag, SessionKeyAndNonce key, int keyID, int pn, NextSessionKey nextKey)