Package net.i2p.util

Class KeyRing

All Implemented Interfaces:
Serializable, ConcurrentMap<Hash,SessionKey>, Map<Hash,SessionKey>
Direct Known Subclasses:
PersistentKeyRing

public class KeyRing extends ConcurrentHashMap<Hash,SessionKey>
See net.i2p.router.PersistentKeyRing for extension. Deprecated - This is for the deprecated LS1 AES encrypted leasesets only. LS2 encrypted leaseset data are stored in netdb BlindCache and router.blindcache.dat.
See Also:
  • Constructor Details

    • KeyRing

      public KeyRing()
  • Method Details