Uses of Class
net.i2p.util.KeyRing
-
Packages that use KeyRing 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. -
-
Uses of KeyRing in net.i2p
Fields in net.i2p declared as KeyRing Modifier and Type Field Description protected KeyRingI2PAppContext. _keyRingMethods in net.i2p that return KeyRing Modifier and Type Method Description KeyRingI2PAppContext. keyRing()Basic hash map -
Uses of KeyRing in net.i2p.router
Subclasses of KeyRing in net.i2p.router Modifier and Type Class Description classPersistentKeyRingConcurrentHashMap with backing in the router.config file.Methods in net.i2p.router that return KeyRing Modifier and Type Method Description KeyRingRouterContext. keyRing()override to support storage in router.config
-