gnu.crypto.jce.prng
Class MD2RandomSpi
java.lang.Object
java.security.SecureRandomSpi
gnu.crypto.jce.prng.SecureRandomAdapter
gnu.crypto.jce.prng.MD2RandomSpi
- All Implemented Interfaces:
- Serializable
- public class MD2RandomSpi
- extends SecureRandomAdapter
The implementation of the MD2-based SecureRandom Service Provider
Interface (SPI) adapter.
- Version:
- $Revision: 1.2 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MD2RandomSpi
public MD2RandomSpi()
engineGenerateSeed
public byte[] engineGenerateSeed(int numBytes)
engineNextBytes
public void engineNextBytes(byte[] bytes)
engineSetSeed
public void engineSetSeed(byte[] seed)
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.