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 byteIRandomStandalone. nextByte()Returns the next 8 bits of random data generated from this instance.voidIRandomStandalone. nextBytes(byte[] out, int offset, int length)Fills the designated byte array, starting from byte at indexoffset, for a maximum oflengthbytes with the output of this generator instance.
-