gnu.crypto.jce.prng

Class CSPRNGSpi

public class CSPRNGSpi extends SecureRandomSpi

The implementation of the continuously-seeded SecureRandom Service Provider Interface (SPI) adapter.

Version: $Revision: 1.2 $

Constructor Summary
CSPRNGSpi()
Method Summary
protected byte[]engineGenerateSeed(int count)
protected voidengineNextBytes(byte[] buffer)
protected voidengineSetSeed(byte[] seed)

Constructor Detail

CSPRNGSpi

public CSPRNGSpi()

Method Detail

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.