net.schmizz.sshj.transport.random
Class BouncyCastleRandom.Factory
java.lang.Object
net.schmizz.sshj.transport.random.BouncyCastleRandom.Factory
- All Implemented Interfaces:
- Factory<Random>
- Enclosing class:
- BouncyCastleRandom
public static class BouncyCastleRandom.Factory
- extends Object
- implements Factory<Random>
Named factory for the BouncyCastle Random
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BouncyCastleRandom.Factory
public BouncyCastleRandom.Factory()
create
public Random create()
- Specified by:
create
in interface Factory<Random>
- Returns:
- a new object created using this factory.
Copyright © 2009-2012. All Rights Reserved.