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
-
Field Summary
FieldsFields inherited from interface NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface OptionalFeature
FALSE, TRUE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface OptionalFeature
isSupported
-
Field Details
-
name
-
-
Constructor Details
-
AbstractRandomFactory
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceNamedResource- Returns:
- The resource name
-
toString
-