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