JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
net.i2p.router.crypto.TransientSessionKeyManager
Packages that use
TransientSessionKeyManager
Package
Description
net.i2p.router.crypto.ratchet
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
Uses of
TransientSessionKeyManager
in
net.i2p.router.crypto.ratchet
Methods in
net.i2p.router.crypto.ratchet
that return
TransientSessionKeyManager
Modifier and Type
Method
Description
TransientSessionKeyManager
MuxedSKM.
getElgSKM
()
Constructors in
net.i2p.router.crypto.ratchet
with parameters of type
TransientSessionKeyManager
Modifier
Constructor
Description
MuxedSKM
(
TransientSessionKeyManager
elg,
RatchetSKM
ec)