|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SeededRandomGenerator
Random generator, which needs seeding fromwithin the application. Copied from bouncycastle.
Method Summary | |
---|---|
void |
addSeedMaterial(byte[] seed)
Add more seed material to the generator. |
void |
addSeedMaterial(long seed)
Add more seed material to the generator. |
Methods inherited from interface org.clazzes.optional.sec.RandomGenerator |
---|
nextBytes |
Method Detail |
---|
void addSeedMaterial(byte[] seed)
seed
- a byte array to be mixed into the generator's state.void addSeedMaterial(long seed)
seed
- a long value to be mixed into the generator's state.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |