For the latest news and information visit
The GNU Crypto project

gnu.crypto.prng
Interface RandomEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
Fortuna

public interface RandomEventListener
extends EventListener

An interface for entropy accumulators that will be notified of random events.


Method Summary
 void addRandomEvent(RandomEvent event)
           
 

Method Detail

addRandomEvent

public void addRandomEvent(RandomEvent event)

For the latest news and information visit
The GNU Crypto project

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