net.schmizz.sshj.transport.random
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 Object
- implements Factory.Named<Random>
Named factory for the JCE Random
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCERandom.Factory
public JCERandom.Factory()
create
public Random create()
- Specified by:
create
in interface Factory<Random>
- Returns:
- a new object created using this factory.
getName
public String getName()
- Specified by:
getName
in interface Factory.Named<Random>
- Returns:
- the name of this factory.
Copyright © 2009-2012. All Rights Reserved.