Uses of Class
gnu.crypto.prng.LimitReachedExceptionStandalone
-
Packages that use LimitReachedExceptionStandalone Package Description 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 Modifier and Type Method Description 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 indexoffset
, for a maximum oflength
bytes with the output of this generator instance.
-