Uses of Class gnu.java.security.prng.LimitReachedException

Uses in package gnu.javax.crypto.prng

Methods which throw type gnu.java.security.prng.LimitReachedException

void
void
void
void
void
void

Uses in package gnu.java.security.prng

Methods which throw type gnu.java.security.prng.LimitReachedException

void
void
byte
byte
Returns the next 8 bits of random data generated from this instance.
void
BasePRNG.nextBytes(byte[] out)
void
BasePRNG.nextBytes(byte[] out, int offset, int length)
void
IRandom.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.