For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce
Class MD5RandomSpi

java.lang.Object
  |
  +--java.security.SecureRandomSpi
        |
        +--gnu.crypto.jce.SecureRandomAdapter
              |
              +--gnu.crypto.jce.MD5RandomSpi
All Implemented Interfaces:
java.io.Serializable

public class MD5RandomSpi
extends SecureRandomAdapter

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

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

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

Constructor Detail

MD5RandomSpi

public MD5RandomSpi()

For the latest news and information visit
The GNU Crypto project

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