gnu.crypto.sasl.srp

Class StoreEntry

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
booleanisAlive()

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

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.

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