gnu.crypto.jce.prng
Class CSPRNGSpi
java.lang.Object
java.security.SecureRandomSpi
gnu.crypto.jce.prng.CSPRNGSpi
- All Implemented Interfaces:
- Serializable
- public class CSPRNGSpi
- extends SecureRandomSpi
The implementation of the continuously-seeded 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 |
CSPRNGSpi
public CSPRNGSpi()
throws ClassNotFoundException,
MalformedURLException,
NumberFormatException
engineGenerateSeed
protected byte[] engineGenerateSeed(int count)
engineNextBytes
protected void engineNextBytes(byte[] buffer)
engineSetSeed
protected void engineSetSeed(byte[] seed)
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.