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 void
engineNextBytes(byte[] buffer)
protected void
engineSetSeed(byte[] seed)

Constructor Details

CSPRNGSpi

public CSPRNGSpi()
            throws ClassNotFoundException,
                   MalformedURLException,
                   NumberFormatException

Method Details

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.