org.kth.dks.dks_node
Class Nonces

java.lang.Object
  extended by 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

Constructor Summary
Nonces()
           
 
Method Summary
 boolean addNonce(DKSRef ref)
           
 boolean containsNonce(DKSRef ref)
           
 java.util.List getRecent(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nonces

public Nonces()
Method Detail

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.