Class PersistentKeyRing

All Implemented Interfaces:
Serializable, ConcurrentMap<Hash,SessionKey>, Map<Hash,SessionKey>

public class PersistentKeyRing extends KeyRing
ConcurrentHashMap with backing in the router.config file. router.keyring.key.{base64 hash, with = replaced with $}={base64 session key} Caution - not all HashMap methods are overridden.
See Also: