gnu.crypto.jce.prng
Class RipeMD160RandomSpi
java.lang.Object
java.security.SecureRandomSpi
gnu.crypto.jce.prng.SecureRandomAdapter
gnu.crypto.jce.prng.RipeMD160RandomSpi
- All Implemented Interfaces:
- Serializable
- public class RipeMD160RandomSpi
- extends SecureRandomAdapter
The implementation of the RIPEMD160-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 |
RipeMD160RandomSpi
public RipeMD160RandomSpi()
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.