gnu.crypto.prng

Interface RandomEventListener

All Superinterfaces:
EventListener
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 Details

addRandomEvent

public void addRandomEvent(RandomEvent event)

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