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
-
Field Summary
FieldsFields 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 -
Method Summary
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
-
Field Details
-
name
-
-
Constructor Details
-
AbstractRandomFactory
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceNamedResource
- Returns:
- The resource name
-
toString
-