Uses of Class
gnu.crypto.prng.LimitReachedExceptionStandalone

Packages that use LimitReachedExceptionStandalone
gnu.crypto.prng The Fortuna PRNG from GNU Crypto, updated and modifed for I2P. 
 

Uses of LimitReachedExceptionStandalone in gnu.crypto.prng
 

Methods in gnu.crypto.prng that throw LimitReachedExceptionStandalone
 byte IRandomStandalone.nextByte()
          Returns the next 8 bits of random data generated from this instance.
 void IRandomStandalone.nextBytes(byte[] out, int offset, int length)
          Fills the designated byte array, starting from byte at index offset, for a maximum of length bytes with the output of this generator instance.