Uses of Class gnu.crypto.prng.LimitReachedException

Uses in package gnu.crypto.tool

Methods which throw type gnu.crypto.prng.LimitReachedException

void

Uses in package gnu.crypto.exp.ust

Methods which throw type gnu.crypto.prng.LimitReachedException

byte[]
Signals the start of a new message to process with this UST.
void
UST.beginMessageWithIndex(BigInteger ndx)
Signals the start of a new message to process with this UST with a designated value.
void
Signals the start of a new message to process with this UST with a designated value.
void
UST.doOpaque(byte[] in, int inOffset, int length, byte[] out, int outOffset)
Process the Opaque part of the message.

Uses in package gnu.crypto.prng

Methods which throw type gnu.crypto.prng.LimitReachedException

void
void
void
void
void
void
void
void
byte
Returns the next 8 bits of random data generated from this instance.
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)
Fills the designated byte array, starting from byte at index offset, for a maximum of length bytes with the output of this generator instance.
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.

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.