gnu.crypto.jce.prng
Class CSPRNGSpi
SecureRandomSpi
gnu.crypto.jce.prng.CSPRNGSpi
public class CSPRNGSpi
extends SecureRandomSpi
The implementation of the continuously-seeded SecureRandom
Service Provider Interface (
SPI) adapter.
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.