Class Nonces

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Long>

public class Nonces extends LinkedHashMap<Object,Long>
This class provides a limited storage for nonces. Usually nonces are added and removed immediately. In case some of the nonces are abandoned, the oldest nonce will be removed if the storage size grows exceeding the limit.
Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • Nonces

      public Nonces()
    • Nonces

      public Nonces(int limit)
  • Method Details