|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.sasl.srp.StoreEntry
A simple timing-related object for use by SRP re-use code.
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(int ttl)
Method Detail |
boolean isAlive()
Returns true
if the Time-To_live period has not elapsed.
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 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |