org.apache.sshd.common.random
Class BouncyCastleRandom.Factory
java.lang.Object
org.apache.sshd.common.random.BouncyCastleRandom.Factory
- All Implemented Interfaces:
- Factory<Random>, NamedFactory<Random>
- Enclosing class:
- BouncyCastleRandom
public static class BouncyCastleRandom.Factory
- extends Object
- implements NamedFactory<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()
getName
public String getName()
- Description copied from interface:
NamedFactory
- Name of this factory
- Specified by:
getName
in interface NamedFactory<Random>
- Returns:
create
public Random create()
- Description copied from interface:
Factory
- Create a new instance
- Specified by:
create
in interface Factory<Random>
- Returns:
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.