Package org.apache.sshd.common.random
Class JceRandomFactory
java.lang.Object
org.apache.sshd.common.random.AbstractRandomFactory
org.apache.sshd.common.random.JceRandomFactory
- All Implemented Interfaces:
Supplier<Random>,BuiltinFactory<Random>,Factory<Random>,NamedFactory<Random>,NamedResource,OptionalFeature,RandomFactory
Named factory for the JCE
Random-
Field Summary
FieldsFields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.common.random.AbstractRandomFactory
getName, toString
-
Field Details
-
NAME
- See Also:
-
INSTANCE
-
-
Constructor Details
-
JceRandomFactory
public JceRandomFactory()
-
-
Method Details
-
isSupported
public boolean isSupported() -
create
- Returns:
- A new instance
-