| Package | Description |
|---|---|
| net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
| Modifier and Type | Class and Description |
|---|---|
class |
RatchetSKM |
| Constructor and Description |
|---|
RatchetTagSet(net.i2p.crypto.HKDF hkdf,
SessionTagListener lsnr,
HandshakeState state,
net.i2p.data.SessionKey rootKey,
net.i2p.data.SessionKey data,
long date,
int minSize,
int maxSize)
Inbound NSR Tagset
|
RatchetTagSet(net.i2p.crypto.HKDF hkdf,
SessionTagListener lsnr,
net.i2p.data.PublicKey remoteKey,
net.i2p.data.SessionKey rootKey,
net.i2p.data.SessionKey data,
long date,
int tagsetid,
int keyid,
int minSize,
int maxSize)
Inbound ES Tagset
|
RatchetTagSet(SessionTagListener lsnr,
net.i2p.data.SessionKey rootKey,
long date,
long timeout)
For SingleTagSet
|
SingleTagSet(SessionTagListener lsnr,
net.i2p.data.SessionKey key,
RatchetSessionTag tag,
long date,
long timeout)
For outbound Existing Session
|