For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce.prng
Class WhirlpoolRandomSpi

java.lang.Object
  extended by java.security.SecureRandomSpi
      extended by gnu.crypto.jce.prng.SecureRandomAdapter
          extended by gnu.crypto.jce.prng.WhirlpoolRandomSpi
All Implemented Interfaces:
Serializable

public class WhirlpoolRandomSpi
extends SecureRandomAdapter

The implementation of the Whirlpool-based SecureRandom Service Provider Interface (SPI) adapter.

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Constructor Summary
WhirlpoolRandomSpi()
           
 
Method Summary
 
Methods inherited from class gnu.crypto.jce.prng.SecureRandomAdapter
engineGenerateSeed, engineNextBytes, engineSetSeed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhirlpoolRandomSpi

public WhirlpoolRandomSpi()

For the latest news and information visit
The GNU Crypto project

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