For the latest news and information visit
The GNU Crypto project

gnu.crypto.prng
Class RandomEvent

java.lang.Object
  extended by java.util.EventObject
      extended by gnu.crypto.prng.RandomEvent
All Implemented Interfaces:
Serializable

public class RandomEvent
extends EventObject

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RandomEvent(Object source, byte sourceNumber, byte poolNumber, byte[] data)
           
 
Method Summary
 byte[] getData()
           
 byte getPoolNumber()
           
 byte getSourceNumber()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RandomEvent

public RandomEvent(Object source,
                   byte sourceNumber,
                   byte poolNumber,
                   byte[] data)
Method Detail

getSourceNumber

public byte getSourceNumber()

getPoolNumber

public byte getPoolNumber()

getData

public byte[] getData()

For the latest news and information visit
The GNU Crypto project

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