Uses of Class
net.i2p.crypto.SessionKeyManager

Packages that use SessionKeyManager 
Package Description
net.i2p
Core I2P package, contains information about the I2P version and an entry point to access important elements.
net.i2p.router
The I2P router application handles the I2P network communication.
net.i2p.router.client
Implements the router side of the I2CP interface, which is the API for applications to send and receive data through the router.
net.i2p.router.crypto
Classes formerly in net.i2p.crypto but moved here as they are only used by the router.
net.i2p.router.crypto.ratchet
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
net.i2p.router.dummy
Dummy versions of things for testing.
net.i2p.router.message
Creates and parses garlic messages.
net.i2p.router.networkdb.kademlia
The network database, including implementation of floodfills.