Class Nonces

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Long>, SequencedMap<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: