For the latest news and information visit
The GNU Crypto project

Uses of Package
gnu.crypto.prng

Packages that use gnu.crypto.prng
gnu.crypto.exp.ust   
gnu.crypto.jce.spec   
gnu.crypto.key Provides a basic API for algorithms to generate Public/Private keypairs, and Key Agreement schemes.  
gnu.crypto.mac Provides a basic API for using Message Authentication Code (MAC) algorithms.  
gnu.crypto.prng Provides a basic API for using cryptographically strong pseudo random number generation algorithms.  
gnu.crypto.sig.dss   
gnu.crypto.sig.rsa   
gnu.crypto.tool   
 

Classes in gnu.crypto.prng used by gnu.crypto.exp.ust
LimitReachedException
          A checked exception that indicates that a pseudo random number generated has reached its theoretical limit in generating random bytes.
 

Classes in gnu.crypto.prng used by gnu.crypto.jce.spec
IRandom
          The basic visible methods of any pseudo-random number generator.
 

Classes in gnu.crypto.prng used by gnu.crypto.key
IRandom
          The basic visible methods of any pseudo-random number generator.
 

Classes in gnu.crypto.prng used by gnu.crypto.mac
IRandom
          The basic visible methods of any pseudo-random number generator.
 

Classes in gnu.crypto.prng used by gnu.crypto.prng
BasePRNG
          An abstract class to facilitate implementing PRNG algorithms.
IRandom
          The basic visible methods of any pseudo-random number generator.
LimitReachedException
          A checked exception that indicates that a pseudo random number generated has reached its theoretical limit in generating random bytes.
RandomEvent
          An interface for entropy accumulators that will be notified of random events.
RandomEventListener
          An interface for entropy accumulators that will be notified of random events.
 

Classes in gnu.crypto.prng used by gnu.crypto.sig.dss
IRandom
          The basic visible methods of any pseudo-random number generator.
 

Classes in gnu.crypto.prng used by gnu.crypto.sig.rsa
IRandom
          The basic visible methods of any pseudo-random number generator.
 

Classes in gnu.crypto.prng used by gnu.crypto.tool
IRandom
          The basic visible methods of any pseudo-random number generator.
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, 2003 Free Software Foundation, Inc. All Rights Reserved.