|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RandomGenerator
Generic interface for objects generating random bytes. Copied from bouncycastle.
Method Summary | |
---|---|
void |
nextBytes(byte[] bytes)
Fill bytes with random values. |
Method Detail |
---|
void nextBytes(byte[] bytes)
bytes
- byte array to be filled.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |