For the latest news and information visit
The GNU Crypto project

gnu.crypto.sasl.srp
Class StoreEntry

java.lang.Object
  extended bygnu.crypto.sasl.srp.StoreEntry

class StoreEntry
extends java.lang.Object

A simple timing-related object for use by SRP re-use code.

Version:
Revision: $

Constructor Summary
(package private) StoreEntry(int ttl)
           
 
Method Summary
(package private)  boolean isAlive()
          Returns true if the Time-To_live period has not elapsed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreEntry

StoreEntry(int ttl)
Method Detail

isAlive

boolean isAlive()

Returns true if the Time-To_live period has not elapsed.

Returns:
true if the Time-To-Live period (in seconds) has not elapsed yet; false otherwise.

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.