gnu.crypto.sasl.srp

Class StoreEntry


(package private) class StoreEntry
extends Object

A simple timing-related object for use by SRP re-use code.
Version:
Revision: $

Constructor Summary

StoreEntry(int ttl)

Method Summary

(package private) boolean
isAlive()
Returns true if the Time-To_live period has not elapsed.

Constructor Details

StoreEntry

(package private)  StoreEntry(int ttl)

Method Details

isAlive

(package private)  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.

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