Class JCERandom
- java.lang.Object
-
- net.schmizz.sshj.transport.random.JCERandom
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JCERandom.Factory
Named factory for the JCERandom
-
Constructor Summary
Constructors Constructor Description JCERandom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fill(byte[] bytes)
Fill the array of bytes with random values.void
fill(byte[] foo, int start, int len)
Fill the given byte-array with random bytes from this PRNG.
-