For the latest news and information visit
The GNU Crypto project

Package gnu.crypto.prng

Interface Summary
IRandom The basic visible methods of any pseudo-random number generator.
 

Class Summary
BasePRNG An abstract class to facilitate implementing PRNG algorithms.
ICMGenerator Counter Mode is a way to define a pseudorandom keystream generator using a block cipher.
MDGenerator A simple pseudo-random number generator that relies on a hash algorithm, that (a) starts its operation by hashing a seed, and then (b) continuously re-hashing its output.
PRNGFactory A Factory to instantiate pseudo random number generators.
UMacGenerator KDFs (Key Derivation Functions) are used to stretch user-supplied key material to specific size(s) required by high level cryptographic primitives.
 

Exception Summary
LimitReachedException A checked exception that indicates that a pseudo random number generated has reached its theoretical limit in generating random bytes.
 


For the latest news and information visit
The GNU Crypto project

Copyright ©2001-2002 Free Software Foundation, Inc.. All Rights Reserved.