Package org.apache.sshd.common.random
Class AbstractRandomFactory
- java.lang.Object
-
- org.apache.sshd.common.random.AbstractRandomFactory
-
- All Implemented Interfaces:
Supplier<Random>
,BuiltinFactory<Random>
,Factory<Random>
,NamedFactory<Random>
,NamedResource
,OptionalFeature
,RandomFactory
- Direct Known Subclasses:
BouncyCastleRandomFactory
,JceRandomFactory
public abstract class AbstractRandomFactory extends Object implements RandomFactory
- Author:
- Apache MINA SSHD Project
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Fields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractRandomFactory(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.sshd.common.OptionalFeature
isSupported
-
-