Uses of Class
net.i2p.crypto.SessionKeyManager

Packages that use SessionKeyManager
net.i2p   
net.i2p.crypto   
 

Uses of SessionKeyManager in net.i2p
 

Methods in net.i2p that return SessionKeyManager
 SessionKeyManager I2PAppContext.sessionKeyManager()
          The session key manager which coordinates the sessionKey / sessionTag data.
 

Uses of SessionKeyManager in net.i2p.crypto
 

Subclasses of SessionKeyManager in net.i2p.crypto
 class PersistentSessionKeyManager
          Expose the functionality to allow people to write out and read in the session key and session tag information via streams.
(package private)  class TransientSessionKeyManager
          Implement the session key management, but keep everything in memory (don't write to disk).