org.kth.dks.dks_node
Class Nonces
java.lang.Object
org.kth.dks.dks_node.Nonces
public class Nonces
- extends java.lang.Object
Sorted set of Nonces (could have been implemented as a LinkedList)
Head element is the youngest, while the tail is the oldest
Title: DKS
Description: DKS Middleware
Copyright: Copyright (c) 2004
Company: KTH-IMIT/SICS
- Version:
- 1.0
- Author:
- not attributable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Nonces
public Nonces()
addNonce
public boolean addNonce(DKSRef ref)
containsNonce
public boolean containsNonce(DKSRef ref)
getRecent
public java.util.List getRecent(int n)
Copyright © 2010. All Rights Reserved.