mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-03-29 09:50:25 +00:00
Console: Mark LS1 encrypted leasesets as deprecated
also add notes to javadocs for the KeyRing class used to store the keys
This commit is contained in:
@@ -864,7 +864,11 @@ public class I2PAppContext {
|
||||
}
|
||||
|
||||
/**
|
||||
* Basic hash map
|
||||
* Basic hash map for LS1
|
||||
*
|
||||
* Deprecated -
|
||||
* This is for the deprecated LS1 AES encrypted leasesets only.
|
||||
* LS2 encrypted leaseset data are stored in netdb BlindCache and router.blindcache.dat.
|
||||
*/
|
||||
public KeyRing keyRing() {
|
||||
if (!_keyRingInitialized)
|
||||
|
||||
@@ -9,7 +9,11 @@ import net.i2p.data.Hash;
|
||||
import net.i2p.data.SessionKey;
|
||||
|
||||
/**
|
||||
* simple
|
||||
* 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.
|
||||
*/
|
||||
public class KeyRing extends ConcurrentHashMap<Hash, SessionKey> {
|
||||
public KeyRing() {
|
||||
|
||||
Reference in New Issue
Block a user