Author: nextgens
Date: 2007-10-23 15:49:44 +0000 (Tue, 23 Oct 2007)
New Revision: 15502
Modified:
trunk/freenet/src/freenet/crypt/DiffieHellmanLightContext.java
Log:
doh
Modified: trunk/freenet/src/freenet/crypt/DiffieHellmanLightContext.java
===================================================================
--- trunk/freenet/src/freenet/crypt/DiffieHellmanLightContext.java
2007-10-23 15:49:35 UTC (rev 15501)
+++ trunk/freenet/src/freenet/crypt/DiffieHellmanLightContext.java
2007-10-23 15:49:44 UTC (rev 15502)
@@ -15,6 +15,8 @@
public final NativeBigInteger myExponential;
/** The signature of (g^r, grpR) */
public DSASignature signature = null;
+ /** A timestamp: when was the context created ? */
+ public final long lifetime = System.currentTimeMillis();
private final boolean logMINOR;