Class JCERandom.Factory
- java.lang.Object
-
- net.schmizz.sshj.transport.random.JCERandom.Factory
-
- All Implemented Interfaces:
Factory<Random>
,Factory.Named<Random>
- Enclosing class:
- JCERandom
public static class JCERandom.Factory extends java.lang.Object implements Factory.Named<Random>
Named factory for the JCERandom
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory
Factory.Named<T>
-
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory.Named
Factory.Named.Util
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Random
create()
java.lang.String
getName()
-