gnu.crypto.prng
public static class Fortuna.Generator extends BasePRNG implements Cloneable
| Constructor Summary | |
|---|---|
| Generator(IBlockCipher cipher, IMessageDigest hash) | |
| Method Summary | |
|---|---|
| void | addRandomByte(byte b) |
| void | addRandomBytes(byte[] seed, int offset, int length) |
| void | fillBlock() |
| byte | nextByte() |
| void | nextBytes(byte[] out, int offset, int length) |
| void | setup(Map attributes) |