Class JCERandom
- java.lang.Object
-
- net.schmizz.sshj.transport.random.SecureRandomProvider
-
- net.schmizz.sshj.transport.random.JCERandom
-
- All Implemented Interfaces:
Random
public class JCERandom extends SecureRandomProvider
ARandomimplementation using the built-inSecureRandomPRNG.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJCERandom.FactoryNamed factory for the JCERandom
-
Method Summary
-
Methods inherited from class net.schmizz.sshj.transport.random.SecureRandomProvider
fill, fill
-
-